feat: card box shadow variable
This commit is contained in:
parent
1bbf13ad73
commit
b256c406bc
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ $text-muted: $gray-600;
|
|||
$border-color: $gray-300;
|
||||
|
||||
$box-shadow: inset 0px -1px 0px var(--grey-2-100);
|
||||
$card-box-shadow: 0px 0px 1px rgba(17, 43, 66, 0.16), 0px 1px 3px rgba(17, 43, 66, 0.1);
|
||||
$font-family-base: Inter;
|
||||
$primary-light: lighten($primary, 42%) !default;
|
||||
$light: $gray-50 !default;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue