Update style related to border thickness on error.
This commit is contained in:
parent
6a5c0e61f7
commit
0e1d34b873
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
border: 1px solid $red;
|
||||
color: $red;
|
||||
label {
|
||||
box-shadow: 0 0 1px $red;
|
||||
box-shadow: 0 0 1px $red !important;
|
||||
border-radius: .5rem;
|
||||
}
|
||||
input[type=checkbox]:focus + label,
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
input[type=checkbox]:focus + label,
|
||||
input[type=radio]:focus + label {
|
||||
box-shadow: 0 0 0 2.5px $red;
|
||||
box-shadow: 0 0 1px $red !important;
|
||||
}
|
||||
}
|
||||
&.ui-radio,
|
||||
|
|
|
|||
Loading…
Reference in a new issue