diff options
-rw-r--r-- | sass/parts/_article.scss | 12 | ||||
-rw-r--r-- | source/images/comments.png | bin | 0 -> 1186 bytes | |||
-rw-r--r-- | source/images/date.png | bin | 0 -> 1327 bytes | |||
-rw-r--r-- | source/images/tags.png | bin | 0 -> 1194 bytes |
4 files changed, 12 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 0d3de44..b48d02b 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -118,6 +118,18 @@ article{ color: $font-main; } } + .date, .tags, .comments{ + padding-left: 30px; + } + .date{ + background: image-url('date.png') 0 center no-repeat; + } + .tags{ + background: image-url('tags.png') 0 center no-repeat; + } + .comments{ + background: image-url('comments.png') 0 center no-repeat; + } } } .share{ diff --git a/source/images/comments.png b/source/images/comments.png Binary files differnew file mode 100644 index 0000000..f40048d --- /dev/null +++ b/source/images/comments.png diff --git a/source/images/date.png b/source/images/date.png Binary files differnew file mode 100644 index 0000000..7f5de08 --- /dev/null +++ b/source/images/date.png diff --git a/source/images/tags.png b/source/images/tags.png Binary files differnew file mode 100644 index 0000000..b2f401f --- /dev/null +++ b/source/images/tags.png |