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