mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
add alpha channel to lightbox
This commit is contained in:
parent
418ffd635f
commit
b32b60e3fa
@ -23,6 +23,7 @@ $color-grey-medium: #aaa;
|
|||||||
$color-grey-light: #ccc;
|
$color-grey-light: #ccc;
|
||||||
$color-grey-lighter: #ddd;
|
$color-grey-lighter: #ddd;
|
||||||
$color-grey-lightest: #f9f9f9;
|
$color-grey-lightest: #f9f9f9;
|
||||||
|
$color-grey-dark-alpha: rgba(51, 51, 51, 0.95);
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
// -------------------------------------------
|
// -------------------------------------------
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background: $color-grey-dark;
|
background: $color-grey-dark-alpha;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user