git ssb

2+

mixmix / ticktack



Tree: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1

Files: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1 / app / html / topNav / topNav.mcss

447 bytesRaw
1TopNav {
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