Files: 1cb5a37a32f05f213c4ce435539e108dc627b8d7 / styles / sheet.mcss
690 bytesRaw
1 | Sheet { |
2 | position: fixed; |
3 | max-height: 80vh; |
4 | max-width: 700px; |
5 | margin: auto; |
6 | top: 40px; |
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 | |
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 #DDD |
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