Files: 3ce9f274492ef4b74c0de22ed8b53fa746fe0c4d / styles / dark / sheet.mcss
668 bytesRaw
1 | Sheet { |
2 | position: fixed; |
3 | max-height: 80vh; |
4 | max-width: 700px; |
5 | margin: auto; |
6 | top: 38px; |
7 | left: 0; |
8 | right: 0; |
9 | width: 80vw; |
10 | background: #434141; |
11 | box-shadow: 0 0 40px black; |
12 | border-bottom-left-radius: 3px; |
13 | border-bottom-right-radius: 3px; |
14 | display: flex |
15 | flex-direction: column |
16 | z-index: 50 |
17 | |
18 | section { |
19 | overflow-y: auto |
20 | flex: 1 |
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 | border-top: 1px solid #2d2c2c |
31 | |
32 | div.info { |
33 | flex: 1 |
34 | padding: 8px |
35 | font-size: 13px |
36 | } |
37 | |
38 | button { |
39 | margin-left: 10px |
40 | } |
41 | } |
42 | } |
43 |
Built with git-ssb-web