Files: 8945c4b70954a120ff8e86dfe30a7a1a3da2b4cc / app / html / header.mcss
728 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, i { |
33 | cursor: pointer |
34 | text-decoration: none |
35 | |
36 | margin: 0 2rem |
37 | } |
38 | |
39 | i { font-size: 1.4rem } |
40 | i.fa-bell-o { color: #7da9ea } |
41 | |
42 | (a) { |
43 | color: #222 |
44 | margin-right: 1rem |
45 | |
46 | :hover { |
47 | text-decoration: underline |
48 | } |
49 | } |
50 | } |
51 |
Built with git-ssb-web