Merge pull request #599 from dod-ccpo/dancing-components

Fix shifting inputs
This commit is contained in:
patricksmithdds
2019-02-04 15:38:55 -05:00
committed by GitHub

View File

@@ -155,6 +155,11 @@
padding: 0 0 $gap 0; padding: 0 0 $gap 0;
@include h4; @include h4;
.icon {
margin-top: 0;
margin-bottom: 0;
}
label { label {
font-weight: $font-bold; font-weight: $font-bold;
} }