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