git ssb

16+

Dominic / patchbay



Tree: 4b8b575056eccf0674ea21d953dcb8e779930049

Files: 4b8b575056eccf0674ea21d953dcb8e779930049 / app / page / errors.mcss

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

Built with git-ssb-web