Refactor shadow variables. (#3251)

* Refactor shadow variables.

* Add default flags.
This commit is contained in:
Viktor Persson
2021-01-30 14:01:42 +01:00
committed by GitHub
parent 7e0ea44a47
commit fd666bbb9e
5 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ $dropdown-content-offset: 4px !default
$dropdown-content-padding-bottom: 0.5rem !default
$dropdown-content-padding-top: 0.5rem !default
$dropdown-content-radius: $radius !default
$dropdown-content-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default
$dropdown-content-shadow: $shadow !default
$dropdown-content-z: 20 !default
$dropdown-item-color: $text !default