Merge pull request #2619 from Safelite/CASH-1127-hop-font
CASH-1127 update hop font.
This commit is contained in:
parent
7e9ec07cef
commit
db53848054
2 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue