Merge pull request #353 from Safelite/CSR-499-validation-error-fix
CSR-499 fix validation error style.
This commit is contained in:
commit
1cea9d4eaa
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
input[type=radio]:focus + label {
|
||||
box-shadow: 0 0 0 2.5px $red;
|
||||
}
|
||||
input[type=checkbox]:checked + label {
|
||||
box-shadow: 0 0 0 1px $red !important;
|
||||
}
|
||||
&:hover {
|
||||
box-shadow: 0px 0px 0px 4px $red-200;
|
||||
border-radius: 10px !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue