Files: 65cd9cb5b2fda2efbf0c714425830c59b81a884e / ftu / app.mcss
783 bytesRaw
1 | App { |
2 | overflow: hidden |
3 | position: fixed |
4 | top: 0 |
5 | bottom: 0 |
6 | right: 0 |
7 | left: 0 |
8 | } |
9 | |
10 | Page -ftu { |
11 | margin-top: 0 |
12 | height: calc(100%) |
13 | |
14 | div.content { |
15 | section { |
16 | display: flex |
17 | align-content: center |
18 | |
19 | div { |
20 | padding: .5rem |
21 | |
22 | display: flex |
23 | align-items: center |
24 | } |
25 | |
26 | div.left { |
27 | flex-basis: 40% |
28 | justify-content: flex-end |
29 | } |
30 | div.right { |
31 | flex-basis: 60% |
32 | justify-content: flex-start |
33 | } |
34 | } |
35 | } |
36 | } |
37 | |
38 | Header { |
39 | div.window-controls { |
40 | position: fixed |
41 | right: 0 |
42 | z-index: 100 |
43 | |
44 | display: flex |
45 | |
46 | img { |
47 | padding: .5rem |
48 | cursor: pointer |
49 | :hover { |
50 | filter: drop-shadow(rgba(255, 255, 255, .5) 0 0 2px) |
51 | } |
52 | } |
53 | } |
54 | } |
55 | |
56 | |
57 |
Built with git-ssb-web