Fix spacing

This commit is contained in:
leigh-mil 2019-06-12 16:21:29 -04:00
parent cd0433d85b
commit 88fe358ced

View File

@ -58,6 +58,10 @@
}
&.task_order__form {
hr {
margin-top: 2rem;
}
.totals-box {
margin-top: 0;
}
@ -66,7 +70,7 @@
left: 100%;
}
.usa-input--validation--dollars input {
input {
max-width: unset;
}
@ -89,7 +93,6 @@
input {
margin: $gap 0;
max-width: unset;
}
input:first-child {
@ -101,6 +104,10 @@
}
}
button.icon-link {
padding: $gap * 3 0 0;
}
.task-order__pdf-help-text {
margin-bottom: 4 * $gap;
}