Merge pull request #561 from dod-ccpo/to-form-fixes

TO Form fixes
This commit is contained in:
leigh-mil
2019-01-23 11:03:45 -05:00
committed by GitHub
8 changed files with 47 additions and 16 deletions

View File

@@ -191,10 +191,6 @@
&.inactive {
color: $color-gray-light;
}
&.subheading {
color: $color-gray;
}
}
.funding-summary__table {
@@ -219,4 +215,35 @@
font-weight: $font-bold;
}
}
.usa-input__title {
color: $color-gray;
}
.subheading, .description {
color: $color-gray;
}
.subheading--black {
.usa-input__title {
color: $color-black;
}
}
.usa-input {
&.normal {
label {
font-weight: 400;
}
}
}
.alert {
padding: 1.5rem;
.usa-input {
width: 100%;
margin: 0;
}
}
}