git ssb

16+

Dominic / patchbay



Tree: c81b0e59ddfd3706702f50f77e7a7b4d0836a80f

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