diff --git a/styles/elements/_icon_link.scss b/styles/elements/_icon_link.scss index f7d1b69e..1a66ebe2 100644 --- a/styles/elements/_icon_link.scss +++ b/styles/elements/_icon_link.scss @@ -83,7 +83,9 @@ } &.icon-link--download { - @include icon-link-color($color-black) .icon { + font-weight: $font-normal; + padding-left: 0; + .icon { @include icon-color($color-green); } } diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 51bfd64a..2c1413d0 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -24,7 +24,7 @@ hr { border: 0; - border-bottom: 1px solid $color-gray-light; + border-bottom: 1px solid $color-gray-lighter; margin-top: $gap * 4; margin-bottom: $gap * 4; } @@ -53,14 +53,20 @@ margin-top: $gap * 2; } - .totals-box { - padding: $gap * 4; - padding-top: $gap * 2; - flex-grow: unset; - margin-left: $gap * 6; - display: table; - background-color: $color-gray-lightest; - min-width: 350px; + .task-order__review { + .h2 { + margin-bottom: $gap * 4; + } + + .totals-box { + padding: $gap * 4; + padding-top: $gap * 2; + flex-grow: unset; + margin-left: $gap * 6; + display: table; + background-color: $color-gray-lightest; + min-width: 350px; + } } &.task_order__form { diff --git a/templates/fragments/task_order_review.html b/templates/fragments/task_order_review.html index d40cbae2..c517a6fa 100644 --- a/templates/fragments/task_order_review.html +++ b/templates/fragments/task_order_review.html @@ -3,15 +3,25 @@ {% from "components/totals_box.html" import TotalsBox %} -