Files: 4a58e38afe8d7cd5659d286607457aeb91ee7638 / app / page / blogIndex.mcss
456 bytesRaw
1 | Page -blogIndex { |
2 | $backgroundPrimary |
3 | |
4 | div.content { |
5 | padding: 0 |
6 | } |
7 | |
8 | div.Scroller.content { |
9 | background-color: #fff |
10 | |
11 | div.wrapper { |
12 | padding: 1rem |
13 | |
14 | section.top { |
15 | div.Button { |
16 | margin-bottom: 1rem |
17 | } |
18 | } |
19 | |
20 | section.content { |
21 | div.BlogCard { |
22 | margin-bottom: .5rem |
23 | } |
24 | } |
25 | |
26 | section.bottom { |
27 | div.Button { |
28 | margin: 1rem 0 |
29 | } |
30 | } |
31 | } |
32 | } |
33 | } |
34 | |
35 |
Built with git-ssb-web