CSR-499 fix validation error style.
This commit is contained in:
parent
edf758618c
commit
9db86a9f20
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