Files: 50a8f45832d95d56a26433d9cd66e7453416a55e / app / html / header.mcss
431 bytesRaw
1 | Header { |
2 | nav { |
3 | $colorPrimary |
4 | $navFA |
5 | padding: 1rem 0 |
6 | |
7 | width: 100% |
8 | height: 1.5rem |
9 | position: fixed |
10 | top: 0 |
11 | z-index: 99 |
12 | |
13 | display: flex |
14 | align-items: center |
15 | justify-content: center |
16 | |
17 | img { |
18 | cursor: pointer |
19 | text-decoration: none |
20 | |
21 | margin: 0 2rem |
22 | } |
23 | |
24 | (a) { |
25 | color: #222 |
26 | margin-right: 1rem |
27 | |
28 | :hover { |
29 | text-decoration: underline |
30 | } |
31 | } |
32 | } |
33 | |
34 |
Built with git-ssb-web