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