Update box shadow variables per Figma spec.

This commit is contained in:
Bryan 2021-11-09 09:10:08 -05:00
parent fbd89e7bbc
commit 4c2df7f183

View file

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