mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Refactor shadow variables. (#3251)
* Refactor shadow variables. * Add default flags.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user