Files: 6a299d30ab8be23580551ca3eba6ee927e4790da / app / page / notifications.mcss
372 bytesRaw
1 | Page -notifications { |
2 | div.Scroller.content { |
3 | |
4 | section.content { |
5 | padding-top: 2rem |
6 | |
7 | div.Comment { |
8 | flex-basis: 100% |
9 | |
10 | div.right { |
11 | section.replies { |
12 | |
13 | div.Comment.-nested { |
14 | $backgroundPrimary |
15 | } |
16 | } |
17 | } |
18 | } |
19 | |
20 | div.Notification { |
21 | flex-basis: 100% |
22 | } |
23 | } |
24 | } |
25 | } |
26 |
Built with git-ssb-web