mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Refactor shadow variables. (#3251)
* Refactor shadow variables. * Add default flags.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
$card-color: $text !default
|
||||
$card-background-color: $scheme-main !default
|
||||
$card-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default
|
||||
$card-shadow: $shadow !default
|
||||
$card-radius: 0.25rem !default
|
||||
|
||||
$card-header-background-color: transparent !default
|
||||
|
||||
Reference in New Issue
Block a user