diff options
Diffstat (limited to 'themes/even/src/css/_partial/_post.scss')
-rw-r--r-- | themes/even/src/css/_partial/_post.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/even/src/css/_partial/_post.scss b/themes/even/src/css/_partial/_post.scss new file mode 100644 index 0000000..a980b29 --- /dev/null +++ b/themes/even/src/css/_partial/_post.scss @@ -0,0 +1,24 @@ +// ============================== +// Post +// ============================== + +.posts { + margin-bottom: $post-list-margin-bottom; + border-bottom: $post-border; +} + +.post { + padding: $post-padding; + + & + .post { + border-top: $post-border; + } + + @import '_post/header'; + @import '_post/toc'; + @import '_post/content'; + @import '_post/copyright'; + @import '_post/reward'; + @import '_post/footer'; + @import '_post/outdated'; +} |