git ssb

16+

Dominic / patchbay



Tree: 80ffabe6ddea638eb64e54bb0281338348f9982e

Files: 80ffabe6ddea638eb64e54bb0281338348f9982e / modules_core / 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