mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -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;
|
|
}
|