related-posts.styl 443 B

1234567891011121314151617181920212223
  1. .popular-posts-header {
  2. border-bottom: 1px solid $gainsboro;
  3. display: block;
  4. font-size: $font-size-large;
  5. margin-bottom: 10px;
  6. margin-top: $post-eof-margin-bottom;
  7. }
  8. .popular-posts {
  9. padding: 0;
  10. .popular-posts-item {
  11. // list-style: none;
  12. margin-left: 2em;
  13. .popular-posts-title {
  14. font-size: $font-size-small;
  15. font-weight: normal;
  16. line-height: $line-height-base * 1.2;
  17. margin: 0;
  18. }
  19. }
  20. }