mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(saas): renamed scss partial files to have underscore before
This commit is contained in:
7
public/less/utils/_validation.scss
Normal file
7
public/less/utils/_validation.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
input[type=text].ng-dirty.ng-invalid {
|
||||
box-shadow: inset 0 0px 7px $red;
|
||||
}
|
||||
|
||||
form input.ng-invalid {
|
||||
color: $errorText;
|
||||
}
|
||||
Reference in New Issue
Block a user