Files: d01f8cc07bc8311ed0717219f766c6a4dd7cec7a / app / page / blogSearch.mcss
461 bytesRaw
1 | Page -blogSearch { |
2 | div.content { padding: 0 } |
3 | |
4 | div.Scroller.content { |
5 | section.top { |
6 | position: sticky |
7 | left: 0 |
8 | right: 0 |
9 | top: 0 |
10 | flex-basis: 100% |
11 | } |
12 | |
13 | section.content { |
14 | background-color: #fff |
15 | $maxWidth |
16 | margin: .8rem |
17 | padding: 0 2rem |
18 | |
19 | div.BlogCard { |
20 | border-bottom: 1px solid gainsboro |
21 | } |
22 | } |
23 | |
24 | section.bottom { |
25 | div.Button { |
26 | margin: 1rem 0 |
27 | } |
28 | } |
29 | } |
30 | } |
31 | |
32 | |
33 |
Built with git-ssb-web