Files: b023c3fe74bdd3869c991ab8f26498caadca607c / styles / dark / sheet.mcss
733 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 | align-items: center |
32 | |
33 | img { |
34 | max-height: 24px; |
35 | } |
36 | |
37 | div.info { |
38 | flex: 1 |
39 | padding: 8px |
40 | font-size: 13px |
41 | } |
42 | |
43 | button { |
44 | margin-left: 10px |
45 | } |
46 | } |
47 | } |
48 |
Built with git-ssb-web