git ssb

16+

Dominic / patchbay



Tree: 890a328ec16a614760b6633754e1dc90ec3ce40e

Files: 890a328ec16a614760b6633754e1dc90ec3ce40e / 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