git ssb

16+

Dominic / patchbay



Tree: 6518f2fd2fd639900b9b36da481c0f4656a5a0ce

Files: 6518f2fd2fd639900b9b36da481c0f4656a5a0ce / app / html / modal.mcss

719 bytesRaw
1Modal {
2 display: flex
3 flex-direction: row
4 position: fixed
5 z-index: 90
6 width: 100%
7 height: 100%
8 text-align: center
9 top: 0
10 left: 0
11 background: rgba(0,0,0,0.1)
12
13 div.content {
14 max-width: 90vw
15 max-height: 90vh
16 overflow: auto
17
18 $backgroundPrimary
19 padding: 30px
20 box-shadow: rgba(0,0,0,.34) 2px 6px 10px
21 margin: auto
22 $dontSelect
23
24 div.dialog {
25 div.message {
26 $colorFontPrimary
27 }
28
29 div.actions {
30 display: flex
31 padding-top: 15px
32
33 button {
34 margin: auto
35
36 -primary {
37 $backgroundPrimary
38 }
39 }
40 }
41 }
42 }
43
44 -open {
45 display: flex
46 }
47
48 -close {
49 display: none
50 }
51}
52
53

Built with git-ssb-web