git ssb

16+

Dominic / patchbay



Tree: 3d780c579e0f06cbd0b73c7b9a4ade8222b7f8fd

Files: 3d780c579e0f06cbd0b73c7b9a4ade8222b7f8fd / app / html / error.mcss

275 bytesRaw
1Error {
2 padding: 1rem
3
4 header {
5 color: red
6 font-weight: 600
7 }
8
9 pre {
10 padding: 1rem
11 border: 1px gainsboro solid
12 }
13}
14
15Scroller -errors {
16 div.wrapper {
17 width: initial
18 max-width: 100%
19
20 section.content div {
21 border: none
22 }
23 }
24}
25
26

Built with git-ssb-web