mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
9 lines
145 B
SCSS
9 lines
145 B
SCSS
input.validation-error,
|
|
input.ng-dirty.ng-invalid {
|
|
box-shadow: inset 0 0px 5px $red;
|
|
}
|
|
|
|
input.invalid {
|
|
box-shadow: inset 0 0px 5px $red;
|
|
}
|