Merge pull request #2650 from Safelite/feature/CASH-1127-7.17-cherry-pick

Merge pull request #2619 from Safelite/CASH-1127-hop-font
This commit is contained in:
bmauger 2025-07-14 16:36:56 -04:00 committed by GitHub
commit 5b409d0422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;