Update portfolio styling and move DoD component help text
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
.form-row {
|
||||
margin: ($gap * 4) 0;
|
||||
|
||||
&--bordered {
|
||||
border-bottom: $color-gray-lighter 1px solid;
|
||||
}
|
||||
|
||||
.form-col {
|
||||
flex-grow: 1;
|
||||
|
||||
|
@@ -519,3 +519,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#portfolio-create {
|
||||
.usa-input__choices {
|
||||
.usa-input__title {
|
||||
font-weight: $font-bold;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: $base-font-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -179,6 +179,10 @@
|
||||
left: -3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.usa-input__title {
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
|
Reference in New Issue
Block a user