Change style of usa-input__title to normal font weight, remove repetitive css for styling usa-input__title

This commit is contained in:
leigh-mil
2019-10-09 15:23:13 -04:00
parent a72b48b84c
commit f1f66af961
5 changed files with 5 additions and 10 deletions

View File

@@ -34,6 +34,10 @@
.input__inline-fields {
text-align: left;
.usa-input__choices label {
font-weight: $font-bold;
}
}
.input__inline-fields {

View File

@@ -137,11 +137,6 @@
}
}
.usa-input__title,
.usa-input__title-inline {
font-weight: $font-normal;
}
.panel {
@include shadow-panel;
}