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