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
commit 7f8a13dd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }