input style adjustments

This commit is contained in:
Andrew Croce
2018-09-04 11:16:39 -04:00
parent 08ac775e3b
commit 1791b0162e

View File

@@ -93,14 +93,14 @@
.icon-tooltip { .icon-tooltip {
padding: 0 $gap/2; padding: 0 $gap/2;
cursor: default; cursor: default;
margin-left: $gap/2; margin: 0 0 0 ($gap / 2);
} }
} }
.usa-input__help { .usa-input__help {
@include h4; @include h5;
font-weight: normal; font-weight: normal;
padding: $gap/2 0;
@include line-max; @include line-max;
.icon-link { .icon-link {
@@ -115,7 +115,6 @@
@include line-max; @include line-max;
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
max-width: 32em;
resize: none; resize: none;
&::placeholder { &::placeholder {
@@ -215,7 +214,9 @@
&--integer, &--integer,
&--dollars, &--dollars,
&--gigabytes, { &--gigabytes,
&--treasuryCode,
&--peNumber {
input { input {
max-width: 16em; max-width: 16em;
} }
@@ -225,7 +226,8 @@
} }
&--date, &--date,
&--usPhone { &--usPhone,
&--baCode {
input { input {
max-width: 10em; max-width: 10em;
} }