mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 02:29:01 +00:00
Darken backdrop
This commit is contained in:
@@ -9,10 +9,11 @@ $modal--tab--foreground: #abbac7;
|
||||
$modal--tab--foreground--active: $blue;
|
||||
$modal--tab--border--active: $blue;
|
||||
|
||||
$modal--overlay: rgba($background, 0.5);
|
||||
$modal--overlay--base: darken($background, 5%);
|
||||
$modal--overlay: rgba($modal--overlay--base, 0.8);
|
||||
|
||||
$modal--content--border: rgba($background, 0.1);
|
||||
$modal--content--shadow: rgba($background, 0.3);
|
||||
$modal--content--border: rgba($modal--overlay--base, 0.1);
|
||||
$modal--content--shadow: rgba($modal--overlay--base, 0.3);
|
||||
|
||||
$modal--border-radius: 3px;
|
||||
$modal--padding--horizontal: $spacing-unit;
|
||||
|
||||
Reference in New Issue
Block a user