diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 106ee0de..e4a42843 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -32,6 +32,7 @@ border: 0; margin-top: $gap * 4; margin-bottom: $gap * 4; + border-bottom: 1px solid $color-gray-lighter; } table { diff --git a/templates/components/totals_box.html b/templates/components/totals_box.html index cb354fb8..1369c52d 100644 --- a/templates/components/totals_box.html +++ b/templates/components/totals_box.html @@ -9,9 +9,6 @@
{{ 'components.totals_box.obligated_funds' | translate }}
{{ obligated_funds | dollars }}

{{ 'components.totals_box.obligated_text' | translate }}

- -
-
{{ 'components.totals_box.total_amount' | translate }}
{{ contract_amount | dollars }}

{{ 'components.totals_box.total_text' | translate }}