Update box shadow variables per Figma spec.
This commit is contained in:
parent
fbd89e7bbc
commit
4c2df7f183
1 changed files with 6 additions and 0 deletions
|
|
@ -157,3 +157,9 @@ $grid-breakpoints: (
|
|||
lg: 1074px,
|
||||
xl: 1416px
|
||||
);
|
||||
|
||||
//Shadow
|
||||
$box-shadow: 0 .5rem 1rem rgba($black, .15);
|
||||
$box-shadow-sm: 0 .125rem .25rem rgba($black, .075);
|
||||
$box-shadow-lg: 0 1rem 3rem rgba($black, .25);//Safelite default
|
||||
$box-shadow-inset: inset 0 1px 2px rgba($black, .075);
|
||||
|
|
|
|||
Loading…
Reference in a new issue