style adjustments

This commit is contained in:
Andrew Croce
2018-09-13 12:59:56 -04:00
committed by dandds
parent 5f5052f528
commit 98daee0ed3
4 changed files with 29 additions and 5 deletions

View File

@@ -246,6 +246,19 @@
}
}
&.no-max-width {
padding-right: $gap * 3;
input, textarea, select, label {
max-width: none;
}
.icon-validation {
left: auto;
right: - $gap * 4;
}
}
&.usa-input--error {
@include input-state('error');
}