CASH-1127 update hop font.
This commit is contained in:
parent
a44793f872
commit
e3e6b27148
2 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue