git ssb

16+

Dominic / patchbay



Tree: 2f3fa2face6b2be68c4502ddf460be8c0783d0bc

Files: 2f3fa2face6b2be68c4502ddf460be8c0783d0bc / modules_core / app.mcss

244 bytesRaw
1App {
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
14Error {
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