initial
This commit is contained in:
22
themes/next/source/css/_common/components/third-party/related-posts.styl
vendored
Normal file
22
themes/next/source/css/_common/components/third-party/related-posts.styl
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
.popular-posts-header {
|
||||
margin-top: $post-eof-margin-bottom;
|
||||
margin-bottom: 10px;
|
||||
font-size: $font-size-headings-base;
|
||||
border-bottom: 1px solid $gainsboro;
|
||||
show();
|
||||
}
|
||||
|
||||
ul.popular-posts {
|
||||
padding: 0;
|
||||
|
||||
.popular-posts-item {
|
||||
// list-style: none;
|
||||
margin-left: 2em;
|
||||
.popular-posts-title {
|
||||
font-weight: normal;
|
||||
font-size: $font-size-base;
|
||||
margin: 0;
|
||||
line-height: $line-height-base * 1.2;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user