git ssb

2+

mixmix / ticktack



Tree: d6d6eae9c07646a979ad0e986e126984fbd0f2cd

Files: d6d6eae9c07646a979ad0e986e126984fbd0f2cd / app / html / sideNav / sideNav.mcss

470 bytesRaw
1SideNav {
2 flex-shrink: 0
3 flex-grow: 0
4 overflow: hidden
5 $backgroundPrimaryText
6
7 display: flex
8
9 div.level {
10 width: 13rem
11 overflow-y: auto
12 overflow-x: hidden
13
14 border-right: 1px gainsboro solid
15
16 section {
17 header {
18 $colorFontSubtle
19 padding: .5rem 1rem
20 }
21
22 div.Option {}
23
24 hr {
25 border: 1px solid gainsboro
26 border-bottom: none
27 margin: 0
28 }
29 }
30
31 -one {}
32 -two {}
33 }
34}
35
36

Built with git-ssb-web