Files: d410e696e202f0fa3b384dfa76ad876acb28868b / styles / base / sheet.mcss
638 bytesRaw
1 | Sheet { |
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