Use blue outline on input fields instead of gray
This commit is contained in:
parent
fe6a14d3ce
commit
019d362a95
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
@mixin input-state($state) {
|
@mixin input-state($state) {
|
||||||
$border-width: 1px;
|
$border-width: 1px;
|
||||||
$state-color: $color-gray;
|
$state-color: $color-blue;
|
||||||
|
|
||||||
@if $state == 'error' {
|
@if $state == 'error' {
|
||||||
$border-width: 2px;
|
$border-width: 2px;
|
||||||
@ -283,6 +283,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include input-state('default');
|
||||||
|
|
||||||
&.usa-input--error {
|
&.usa-input--error {
|
||||||
@include input-state('error');
|
@include input-state('error');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user