Commit e35e2402 authored by Randall Leeds's avatar Randall Leeds

Color borders for valid/invalid form field states

parent 4d3e3954
......@@ -101,6 +101,12 @@ $input-border-radius: 2px;
&:disabled {
background-color: $grayLightest;
}
&.ng-dirty.ng-invalid {
border: 1px solid $red;
}
&.ng-valid {
border: 1px solid $green;
}
}
@mixin sweetbutton {
......
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