From fe5328b1af1fac4837de806a04bb590d9d1a126e Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Fri, 19 Jul 2019 11:55:01 -0400 Subject: [PATCH] Reorder content and fix styling --- styles/elements/_icon_link.scss | 4 +++- styles/sections/_task_order.scss | 24 ++++++++++++------- templates/fragments/task_order_review.html | 28 ++++++++++------------ translations.yaml | 6 ++--- 4 files changed, 34 insertions(+), 28 deletions(-) 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 %} -
+
-
+
{{ "task_orders.review.review_your_task_order" | translate }}
+
+ Approved Task Order +
+ + {{ Icon('check-circle-solid') }} + {{ task_order.pdf.filename }} + + +
+
-
+
{{ "task_orders.review.task_order_number" | translate }}
{{task_order.number}}
@@ -61,18 +71,6 @@ {% endfor %} - -
- -
- {{ "task_orders.review.supporting_document.title" | translate }} -
-
diff --git a/translations.yaml b/translations.yaml index 97e2816e..afcc721d 100644 --- a/translations.yaml +++ b/translations.yaml @@ -324,8 +324,8 @@ portfolios: task_orders: review: review_your_task_order: Review your task order - funding_summary: Funding summary - task_order_number: Task order number - 10 digit found in your system of record + funding_summary: Task Order Summary + task_order_number: Task Order Number check_paragraph: Check to make sure the information you entered is correct. After submission, you will confirm this task order was signed by a contracting officer. Thereafter, you will be informed as soon as CCPO completes their review. supporting_document: title: Supporting document @@ -365,7 +365,7 @@ task_orders: sign: digital_signature_description: 'I acknowledge that I have read and fully understand the DoD CCPO JEDI agreements and completed all the necessary steps, as detailed in the Federal Acquisition Regulation (FAR).' JEDICLINType: - JEDI_CLIN_1: 'CLIN 1:' + JEDI_CLIN_1: 'Base CLIN 0001: Unclassified IaaS and PaaS' JEDI_CLIN_2: 'CLIN 2: Classified Cloud Services - 0002' JEDI_CLIN_3: 'CLIN 3:' JEDI_CLIN_4: 'CLIN 4:'