eaa755947c61f438f1aa2c48d1dbb0713f641d62
[emels.git] / emels / static / css / entry.scss
1 @import "vars";
2
3 .entry {
4     .toolbar .social a {
5         margin-right: 30 * $px;
6     }
7 }
8
9 .entry-news {
10     .avatar {
11         display: none;
12     }
13     .date {
14         color: #96928b;
15     }
16     .author {
17         font-weight: bold;
18     }
19     .more {
20         a {
21             margin-right: 20 * $px;
22             color: #96928b;
23         }
24     }
25 }