git ssb

1+

Daan Patchwork / patchwork



Tree: 58ab0241031aa549a35cce1e678c27065ae66221

Files: 58ab0241031aa549a35cce1e678c27065ae66221 / 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