Files: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4 / styles / sheet.mcss
704 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 | |
33 | div.info { |
34 | flex: 1 |
35 | padding: 8px |
36 | font-size: 13px |
37 | } |
38 | |
39 | button { |
40 | margin-left: 10px |
41 | } |
42 | } |
43 | } |
44 |
Built with git-ssb-web