Update portfolio styling and move DoD component help text

This commit is contained in:
leigh-mil
2020-02-17 12:11:48 -05:00
parent 151d3f7454
commit 437ed6d9b9
6 changed files with 24 additions and 12 deletions

View File

@@ -2,10 +2,6 @@
.form-row {
margin: ($gap * 4) 0;
&--bordered {
border-bottom: $color-gray-lighter 1px solid;
}
.form-col {
flex-grow: 1;

View File

@@ -519,3 +519,15 @@
}
}
}
#portfolio-create {
.usa-input__choices {
.usa-input__title {
font-weight: $font-bold;
}
label {
font-size: $base-font-size;
}
}
}

View File

@@ -179,6 +179,10 @@
left: -3rem;
}
}
.usa-input__title {
margin-bottom: $gap;
}
}
select {