Files: 9b7b6df024c1c91b5fa96dbbe3c3cbf1e5000f18 / app / html / topNav / topNav.mcss
447 bytesRaw
1 | TopNav { |
2 | background-color: #fff |
3 | height: 2.5rem |
4 | padding: 1rem |
5 | padding-bottom: .5rem |
6 | |
7 | display: flex |
8 | justify-content: space-between |
9 | |
10 | div.left { |
11 | display: flex |
12 | |
13 | div { |
14 | font-size: 1rem |
15 | $colorFontSubtle |
16 | cursor: pointer |
17 | |
18 | padding-bottom: .6rem |
19 | margin: .5rem 1rem .5rem .5rem |
20 | |
21 | -active { |
22 | $colorFontBasic |
23 | border-bottom: 2px solid #222 |
24 | } |
25 | } |
26 | } |
27 | |
28 | div.right { |
29 | } |
30 | } |
31 | |
32 |
Built with git-ssb-web