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

@@ -3,7 +3,7 @@
$box-color: $text !default
$box-background-color: $scheme-main !default
$box-radius: $radius-large !default
$box-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default
$box-shadow: $shadow !default
$box-padding: 1.25rem !default
$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link !default