mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
8 lines
125 B
SCSS
8 lines
125 B
SCSS
input[type=text].ng-dirty.ng-invalid {
|
|
box-shadow: inset 0 0px 7px $red;
|
|
}
|
|
|
|
form input.ng-invalid {
|
|
color: $errorText;
|
|
}
|