Files: f34a56f91e29caba11aae4f1efe7ce7443c9f032 / app / html / sideNav / sideNavAddressBook.mcss
414 bytesRaw
1 | SideNav -addressBook { |
2 | div.level { |
3 | section{ |
4 | header { |
5 | font-size: .8rem |
6 | } |
7 | |
8 | div.Option { |
9 | display: flex |
10 | |
11 | div.Button { |
12 | flex-grow: 1 |
13 | margin: .5rem 0 |
14 | } |
15 | |
16 | i.fa { |
17 | margin-right: .5rem |
18 | } |
19 | |
20 | div.count { |
21 | flex-grow: 1 |
22 | |
23 | display: flex |
24 | justify-content: flex-end |
25 | } |
26 | } |
27 | } |
28 | } |
29 | } |
30 | |
31 |
Built with git-ssb-web