Commit 8ee90b8e authored by Aron Carroll's avatar Aron Carroll

Remove ng-valid styles and use error-red on forms

parent b0c07366
...@@ -98,10 +98,7 @@ $input-border-radius: 2px; ...@@ -98,10 +98,7 @@ $input-border-radius: 2px;
background-color: $gray-lightest; background-color: $gray-lightest;
} }
&.ng-dirty.ng-invalid { &.ng-dirty.ng-invalid {
border: 1px solid $red; border: 1px solid $error-red-light;
}
&.ng-valid {
border: 1px solid $green;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment