git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / styles / base / sheet.mcss

638 bytesRaw
1Sheet {
2 position: fixed
3 max-height: 80vh
4 max-width: 800px
5 margin: auto
6 top: 38px
7 left: 0
8 right: 0
9 width: 80vw
10 display: flex
11 flex-direction: column
12 z-index: 50
13 section {
14 overflow-y: auto
15 flex: 1
16 h2 {
17 padding: 0 20px
18 }
19 div.info {
20 padding: 0 20px
21 }
22 }
23 footer {
24 flex-shrink: 0
25 min-height: 20px
26 display: flex
27 justify-content: flex-end
28 padding: 10px
29 position: relative
30 align-items: center
31 img {
32 max-height: 24px
33 }
34 div.info {
35 flex: 1
36 padding: 8px
37 font-size: 13px
38 }
39 button {
40 margin-left: 10px
41 }
42 }
43}
44

Built with git-ssb-web