git ssb

2+

mixmix / ticktack



Tree: aae76c66fea3fd35f5110467b6f2b7ea69dd5a8e

Files: aae76c66fea3fd35f5110467b6f2b7ea69dd5a8e / app / html / header.mcss

664 bytesRaw
1Header {
2 div.window-controls {
3 position: fixed
4 right: 0
5 z-index: 100
6
7 display: flex
8
9 img {
10 padding: .5rem
11 cursor: pointer
12 :hover {
13 filter: drop-shadow(rgba(255, 255, 255, .5) 0 0 2px)
14 }
15 }
16 }
17
18 nav {
19 $colorPrimary
20 padding: 1rem 0
21
22 width: 100%
23 height: 1.5rem
24 position: fixed
25 top: 0
26 z-index: 99
27
28 display: flex
29 align-items: center
30 justify-content: center
31
32 img, i {
33 cursor: pointer
34 text-decoration: none
35
36 margin: 0 2rem
37 }
38
39 (a) {
40 color: #222
41 margin-right: 1rem
42
43 :hover {
44 text-decoration: underline
45 }
46 }
47}
48

Built with git-ssb-web