CASH-472 update donation slider box shadow to match Figma.

This commit is contained in:
Bryan Mauger 2025-05-27 13:48:29 -04:00
parent 5798e40751
commit 84967d0caf

View file

@ -208,8 +208,9 @@ export default {
justify-content: center;
background: $blue-100;
border-radius: 3rem;
box-shadow: 0px 0px 4px 1px rgba(0, 112, 209, 1) inset;
font-size: 0.875rem;
box-shadow: inset 0px 2px 4px 0px rgba(0, 112, 209, .2);
font-size: .875rem;
border: 1px solid $blue;
.label {
position: relative;
display: inline-flex;
@ -231,7 +232,7 @@ export default {
left: -2rem;
background: $blue;
border-radius: 3rem;
box-shadow: 0px 0px 0px 1px rgba(0, 112, 209, 1) inset;
box-shadow: 0px 3px 4px 0px rgba(66, 68, 90, 0.2);
transition: transform 750ms cubic-bezier(0.02, 0.94, 0.09, 0.97);
transform: translate3d(2rem, 0, 0);
}