git ssb

16+

Dominic / patchbay



Tree: 86ea5da17a73751facaa9e0d8540e9877b49f402

Files: 86ea5da17a73751facaa9e0d8540e9877b49f402 / 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