update errors/invalid to use @default-err

This commit is contained in:
Leigh Johnson
2016-05-03 13:30:34 -04:00
committed by John Mitchell
parent fd5edbc125
commit dcd89aabfc
2 changed files with 3 additions and 3 deletions

View File

@@ -627,7 +627,7 @@ dd {
/* Outline required fields in Red when there is an error */ /* Outline required fields in Red when there is an error */
.form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus { .form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus {
border-color: rgba(255, 88, 80, 0.8); border-color: @default-err;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6);
@@ -635,7 +635,7 @@ dd {
.form-control.ng-dirty.ng-invalid + .select2 .select2-selection, .form-control.ng-dirty.ng-invalid + .select2 .select2-selection,
.form-control.ng-dirty.ng-invalid + .select2 .select2-selection:focus { .form-control.ng-dirty.ng-invalid + .select2 .select2-selection:focus {
border-color: rgba(255, 88, 80, 0.8) !important; border-color: @default-err !important;
outline: 0 !important; outline: 0 !important;
box-shadow: none !important; box-shadow: none !important;
} }

View File

@@ -50,7 +50,7 @@
color: @submit-button-bg; color: @submit-button-bg;
} }
.License-redText{ .License-redText{
color: #d9534f; color: @default-err;
} }
.License-fields{ .License-fields{
.OnePlusTwo-left--details; .OnePlusTwo-left--details;