CASH-1127 update hop font.

This commit is contained in:
Bryan Mauger 2025-07-03 13:01:32 -04:00
parent a44793f872
commit e3e6b27148
2 changed files with 4 additions and 0 deletions

View file

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

View file

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