git ssb

2+

mixmix / ticktack



Commit ae6f77f69dca59cc49c1bff30752c7b54b8f8e3c

chill out the lightbox

mix irving committed on 5/9/2018, 2:59:07 AM
Parent: 11077fcc6044da14d8d6b456433b1ab49482cc7c

Files changed

app/html/lightbox.mcsschanged
app/html/lightbox.mcssView
@@ -7,16 +7,19 @@
77 height: 100%
88 text-align: center
99 top: 0
1010 left: 0
11- background: rgba(0,0,0,0.8)
11 + background: rgba(0,0,0,0.6)
1212
1313 div.content {
14- margin: auto
14 + min-width: 28rem
15 + $dontSelect
16 +
17 + $backgroundPrimary
1518 padding: 30px
1619 border-radius: 5px
17- $backgroundPrimary
18- $dontSelect
20 + margin: auto
21 + box-shadow: rgba(0,0,0,0.3) 2px 6px 18px
1922
2023 div.dialog {
2124 div.message {
2225 $colorFontPrimary
@@ -43,5 +46,5 @@
4346
4447 -close {
4548 display: none;
4649 }
47-}
50 +}

Built with git-ssb-web