CASH-1437: fix #2 for hop form drop shadow

This commit is contained in:
AdamCaouetteSafelite 2025-09-09 07:33:01 -04:00
parent 9974244719
commit 7d015707c0
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ body select {
background-color: #fff; background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif; font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
} }
body input:focus, body input:focus-visible, body input:focus, body input:focus-visible,
body select:focus, body select:focus,

View file

@ -63,6 +63,7 @@ body {
background-color: #fff; background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif; font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
&:focus, &:focus,
&:focus-visible { &:focus-visible {
box-shadow: 0 0 0 2.5px #1574a1; box-shadow: 0 0 0 2.5px #1574a1;