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

@@ -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