Font weight on labels

This commit is contained in:
leigh-mil 2019-06-12 20:15:18 -04:00
parent d8f7f7e912
commit 4676130d32

View File

@ -74,6 +74,17 @@
max-width: unset;
}
.usa-input__title, .usa-input__title-inline {
font-weight: $font-normal;
}
.date-picker {
.usa-input__title {
font-weight: $font-bold;
margin-bottom: $gap;
}
}
.usa-form-group-year {
margin-right: 0.4rem;
}