Merge pull request #2619 from Safelite/CASH-1127-hop-font

CASH-1127 update hop font.
This commit is contained in:
bmauger 2025-07-03 13:19:45 -04:00 committed by Scott Kiener
parent 7e9ec07cef
commit db53848054
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,8 @@ body select {
font-size: 16px;
color: #000;
background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400;
}
body input:focus, body input:focus-visible,
body select:focus,

View file

@ -61,6 +61,8 @@ body {
font-size: 16px;
color: #000;
background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400;
&:focus,
&:focus-visible {
box-shadow: 0 0 0 2.5px #1574a1;