git ssb

2+

mixmix / ticktack



Tree: 5831f345af34aebcc413b1b452dadcbf6244b419

Files: 5831f345af34aebcc413b1b452dadcbf6244b419 / app / html / topNav / topNavBlog.mcss

390 bytesRaw
1TopNav -blog {
2 div.left {
3 display: flex
4 div {
5 font-size: 1rem
6 /* dummy entry to stop mccs breaking */
7 }
8 }
9
10 div.right {
11 }
12}
13
14Filters {
15 $backgroundPrimary
16 padding: 0.5rem 2rem
17 span {
18 $colorFontSubtle
19 padding: 10px
20
21 -active {
22 $colorFontBasic
23 border-bottom: 2px solid #222
24 }
25
26 -filter {
27 cursor: pointer
28 }
29 }
30
31}
32
33

Built with git-ssb-web