CASH-1437: fix #2 for hop form drop shadow
This commit is contained in:
parent
9974244719
commit
7d015707c0
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ body select {
|
|||
background-color: #fff;
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
font-weight: 400;
|
||||
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
body input:focus, body input:focus-visible,
|
||||
body select:focus,
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ body {
|
|||
background-color: #fff;
|
||||
font-family: Urbanist, Arial, Helvetica, sans-serif;
|
||||
font-weight: 400;
|
||||
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
box-shadow: 0 0 0 2.5px #1574a1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue