diff options
Diffstat (limited to 'sass/partials/_post.scss')
-rw-r--r-- | sass/partials/_post.scss | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sass/partials/_post.scss b/sass/partials/_post.scss deleted file mode 100644 index b88812a..0000000 --- a/sass/partials/_post.scss +++ /dev/null @@ -1,21 +0,0 @@ -article{ - .entry{ - footer{ - .cat{ - font-size: 13px; - position: relative; - padding-left: 25px; - &:before{ - font-family: $symbol; - padding-right: 10px; - position: absolute; - top: 0; - left: 0; - content: ","; - font-size: 14px; - @include user-select(none); - } - } - } - } -}
\ No newline at end of file |