Commit ae6f77f69dca59cc49c1bff30752c7b54b8f8e3c
chill out the lightbox
mix irving committed on 5/9/2018, 2:59:07 AMParent: 11077fcc6044da14d8d6b456433b1ab49482cc7c
Files changed
app/html/lightbox.mcss | changed |
app/html/lightbox.mcss | ||
---|---|---|
@@ -7,16 +7,19 @@ | ||
7 | 7 … | height: 100% |
8 | 8 … | text-align: center |
9 | 9 … | top: 0 |
10 | 10 … | left: 0 |
11 | - background: rgba(0,0,0,0.8) | |
11 … | + background: rgba(0,0,0,0.6) | |
12 | 12 … | |
13 | 13 … | div.content { |
14 | - margin: auto | |
14 … | + min-width: 28rem | |
15 … | + $dontSelect | |
16 … | + | |
17 … | + $backgroundPrimary | |
15 | 18 … | padding: 30px |
16 | 19 … | border-radius: 5px |
17 | - $backgroundPrimary | |
18 | - $dontSelect | |
20 … | + margin: auto | |
21 … | + box-shadow: rgba(0,0,0,0.3) 2px 6px 18px | |
19 | 22 … | |
20 | 23 … | div.dialog { |
21 | 24 … | div.message { |
22 | 25 … | $colorFontPrimary |
@@ -43,5 +46,5 @@ | ||
43 | 46 … | |
44 | 47 … | -close { |
45 | 48 … | display: none; |
46 | 49 … | } |
47 | -} | |
50 … | +} |
Built with git-ssb-web