Files: c27d9c765e55088d4fd855d29313c20839bb982c / app / html / blogNav.mcss
534 bytesRaw
1 | BlogNav { |
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 | -discovery { |
27 | $colorFontBasic |
28 | i { margin-right: .5rem } |
29 | } |
30 | } |
31 | } |
32 | |
33 | div.right { |
34 | } |
35 | } |
36 | |
37 |
Built with git-ssb-web