Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / source / sass / components / _post-view-meta.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Post view meta - date & tags
4 |-------------------------------------------------------------------------------
5 */
6 .c-post-view-meta {
7 font-size: 0.8em;
8 line-height: 2em;
9 font-style: italic;
10 color: $c-grayAccent;
11 }
12
13 .c-post-view-meta__tags {
14 text-transform: lowercase;
15 }