git ssb

1+

Daan Patchwork / patchwork



Tree: 55fc93a9190c25f467ead205ab8d676b5191dbd4

Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / sheet.mcss

375 bytesRaw
1Sheet {
2 background: #f8f8f8
3 border: 2px solid #9c9a9a
4 box-shadow: 0 0 40px rgba(0,0,0,0.5)
5 border-bottom-left-radius: 4px
6 border-bottom-right-radius: 4px
7 -private {
8 footer {
9 background-color: #fffbf4
10 }
11 }
12 -public {
13 footer {
14 border-color: #c7c3ff
15 background-color: #f4f4fd
16 }
17 }
18 footer {
19 border-top: 1px solid #ddd
20 }
21}
22

Built with git-ssb-web