git ssb

2+

mixmix / ticktack



Tree: f98c407e53e9a0b812757db574e4a35fcff143d4

Files: f98c407e53e9a0b812757db574e4a35fcff143d4 / app / html / header.mcss

842 bytesRaw
1Header {
2 margin: 1rem 0 0 1rem
3
4 nav {
5 $navFA
6 padding: 1rem 0
7
8 width: 100%
9 position: fixed
10 top: 0
11 left: 0
12 background: #fff
13
14 display: flex
15 align-items: center
16
17 (a) {
18 color: #222
19 margin-right: 1rem
20
21 :hover {
22 text-decoration: underline
23 }
24 }
25
26 div.back {
27 font-size: 1.4rem
28 width: 1rem
29 padding: 0 0.2em 0 1rem
30 border: 1px solid #ddd
31 border-radius: 4px
32 margin-right: 1rem
33
34 :hover {
35 $colorPrimary
36 border: 1px solid #fff
37 }
38 }
39
40
41 div.tools {
42 flex-grow: 1
43
44 $navFA
45
46 display: flex
47 justify-content: flex-end
48 }
49 }
50
51
52}
53
54$navFA {
55 i {
56 font-size: 1.4rem
57 color: #b9b9b9
58 margin-right: 1rem
59
60 :hover {
61 text-decoration: none
62 $colorPrimaryFG
63 }
64 }
65}
66

Built with git-ssb-web