Files: 57d226d3f571cfd01d495ce698bfca69adb58e11 / app / html / scroller.mcss
352 bytesRaw
1 | Scroller { |
2 | $scrollable |
3 | |
4 | div.wrapper { |
5 | align-self: center |
6 | |
7 | flex: 1 1 |
8 | $threadWidth |
9 | padding-top: .5rem |
10 | |
11 | section.content { |
12 | div { |
13 | border-bottom: solid 1px gainsboro |
14 | } |
15 | } |
16 | } |
17 | } |
18 | |
19 | Scroller -errors { |
20 | div.wrapper { |
21 | width: initial |
22 | max-width: 100% |
23 | |
24 | section.content div { |
25 | border: none |
26 | } |
27 | } |
28 | } |
29 | |
30 |
Built with git-ssb-web