git ssb

16+

Dominic / patchbay



Tree: 7148611d95f5f612bdf925be4932c88a27c2ed50

Files: 7148611d95f5f612bdf925be4932c88a27c2ed50 / 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