git ssb

2+

mixmix / ticktack



Tree: 65cd9cb5b2fda2efbf0c714425830c59b81a884e

Files: 65cd9cb5b2fda2efbf0c714425830c59b81a884e / app / html / sideNav / sideNavNotifications.mcss

492 bytesRaw
1SideNav -notifications {
2 div.level {
3 section{
4 margin-top: 1rem
5
6 header {
7 font-size: .8rem
8 }
9
10 div.Option {
11 padding: 1rem
12 padding-left: 1.5rem
13
14 display: flex
15
16 div.Button {
17 flex-grow: 1
18 margin: .5rem 0
19 }
20
21 i.fa {
22 margin-right: .5rem
23 }
24
25 div.count {
26 flex-grow: 1
27
28 display: flex
29 justify-content: flex-end
30 }
31 }
32 }
33 }
34}
35
36

Built with git-ssb-web