git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 298eb081068d4c0ce78a97583b4e6de9d53184d8

Files: 298eb081068d4c0ce78a97583b4e6de9d53184d8 / styles / dark / $distance-warning.mcss

272 bytesRaw
1$distanceWarning {
2 padding: 8px;
3 border: 1px solid #ffba4e;
4 background: #5f410b;
5 margin: 5px 0;
6 color: #ffdda7;
7 font-size: 110%
8
9 h1 {
10 font-size: 120%
11 font-weight: bold
12 margin: 0
13 color: white
14 }
15
16 p {
17 margin: 0
18 margin-top: 8px
19 }
20}
21

Built with git-ssb-web