diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 2f000ad0..a2b72229 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -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; }