summaryrefslogtreecommitdiffstats
path: root/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/partials/_post.scss')
-rw-r--r--sass/partials/_post.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/sass/partials/_post.scss b/sass/partials/_post.scss
new file mode 100644
index 0000000..b88812a
--- /dev/null
+++ b/sass/partials/_post.scss
@@ -0,0 +1,21 @@
+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