Reduce spacing between input elements

This commit is contained in:
leigh-mil 2019-03-13 20:56:14 -04:00
parent 20595833a0
commit 6cf977b6c2

View File

@ -265,6 +265,11 @@
} }
} }
.usa-input {
margin-bottom: $gap;
margin-top: $gap;
}
.task-order-invite-message { .task-order-invite-message {
font-weight: $font-bold; font-weight: $font-bold;
@ -327,10 +332,9 @@
.task-order__loa-list { .task-order__loa-list {
ul { ul {
padding-left: 0; padding-left: 0;
margin-bottom: 0;
} }
.task-order__loa-add-item { .task-order__loa-add-item {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;