From 1791b0162e8280b0a02ae30e698dd6728abc83c2 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 4 Sep 2018 11:16:39 -0400 Subject: [PATCH] input style adjustments --- styles/elements/_inputs.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/styles/elements/_inputs.scss b/styles/elements/_inputs.scss index 9c664cdd..84167345 100644 --- a/styles/elements/_inputs.scss +++ b/styles/elements/_inputs.scss @@ -93,14 +93,14 @@ .icon-tooltip { padding: 0 $gap/2; cursor: default; - margin-left: $gap/2; + margin: 0 0 0 ($gap / 2); } } .usa-input__help { - @include h4; + @include h5; font-weight: normal; - padding: $gap/2 0; + @include line-max; .icon-link { @@ -115,7 +115,6 @@ @include line-max; margin: 0; box-sizing: border-box; - max-width: 32em; resize: none; &::placeholder { @@ -215,7 +214,9 @@ &--integer, &--dollars, - &--gigabytes, { + &--gigabytes, + &--treasuryCode, + &--peNumber { input { max-width: 16em; } @@ -225,7 +226,8 @@ } &--date, - &--usPhone { + &--usPhone, + &--baCode { input { max-width: 10em; }