Format LOA fields

This commit is contained in:
leigh-mil
2019-06-12 15:58:35 -04:00
parent 1caf8b8d21
commit daec01eba0
2 changed files with 44 additions and 9 deletions

View File

@@ -77,6 +77,25 @@
.usa-alert {
margin: 1.5em 0;
}
.task-order__loa-fieldset {
.usa-input {
margin: 0;
}
input {
margin: $gap 0;
max-width: unset;
}
input:first-child {
margin-top: 0;
}
input:last-child {
margin-bottom: 0;
}
}
}
.row.row__form-fields {