Files: cfe7d1016dcda361c455bff02048aa70429d2199 / styles / light / sheet.mcss
776 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: #f8f8f8; |
11 | border: 2px solid #9c9a9a; |
12 | box-shadow: 0 0 40px rgba(0,0,0,0.5); |
13 | border-bottom-left-radius: 4px; |
14 | border-bottom-right-radius: 4px; |
15 | display: flex |
16 | flex-direction: column |
17 | z-index: 50 |
18 | |
19 | section { |
20 | overflow-y: auto |
21 | flex: 1 |
22 | } |
23 | |
24 | footer { |
25 | flex-shrink: 0; |
26 | min-height: 20px; |
27 | display: flex; |
28 | justify-content: flex-end; |
29 | padding: 10px; |
30 | position: relative |
31 | border-top: 1px solid #DDD |
32 | align-items: center |
33 | |
34 | img { |
35 | max-height: 24px; |
36 | } |
37 | |
38 | div.info { |
39 | flex: 1 |
40 | padding: 8px |
41 | font-size: 13px |
42 | } |
43 | |
44 | button { |
45 | margin-left: 10px |
46 | } |
47 | } |
48 | } |
49 |
Built with git-ssb-web