git ssb

16+

Dominic / patchbay



Tree: a32527dad991ff7ed922f6452c9d20e532a1e5a8

Files: a32527dad991ff7ed922f6452c9d20e532a1e5a8 / 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