Files: e2016e7e072aaa1539f05778a0610bd68e812782 / app / html / header.mcss
661 bytesRaw
1 | Header { |
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 { |
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