Files: e50286f70acfd2b61a42f560edfdfc1083b1e0fc / modules_core / app.mcss
244 bytesRaw
1 | App { |
2 | position: absolute |
3 | |
4 | top: 0 |
5 | bottom: 0 |
6 | left: 0 |
7 | right: 0 |
8 | overflow: hidden |
9 | min-height: 0px |
10 | |
11 | } |
12 | |
13 | |
14 | Error { |
15 | padding: 1rem |
16 | |
17 | h1 { |
18 | color: red |
19 | } |
20 | |
21 | big { |
22 | } |
23 | |
24 | pre { |
25 | padding: 1rem |
26 | border: 1px gainsboro solid |
27 | } |
28 | } |
29 | |
30 |
Built with git-ssb-web