ux(saas): renamed scss partial files to have underscore before

This commit is contained in:
Torkel Ödegaard
2016-02-15 17:07:46 +01:00
parent 83bf63641c
commit 43b91ea0d6
61 changed files with 159 additions and 73 deletions

View 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;
}