Reorder content and fix styling
This commit is contained in:
parent
a2decf0509
commit
fe5328b1af
@ -83,7 +83,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.icon-link--download {
|
&.icon-link--download {
|
||||||
@include icon-link-color($color-black) .icon {
|
font-weight: $font-normal;
|
||||||
|
padding-left: 0;
|
||||||
|
.icon {
|
||||||
@include icon-color($color-green);
|
@include icon-color($color-green);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px solid $color-gray-light;
|
border-bottom: 1px solid $color-gray-lighter;
|
||||||
margin-top: $gap * 4;
|
margin-top: $gap * 4;
|
||||||
margin-bottom: $gap * 4;
|
margin-bottom: $gap * 4;
|
||||||
}
|
}
|
||||||
@ -53,6 +53,11 @@
|
|||||||
margin-top: $gap * 2;
|
margin-top: $gap * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.task-order__review {
|
||||||
|
.h2 {
|
||||||
|
margin-bottom: $gap * 4;
|
||||||
|
}
|
||||||
|
|
||||||
.totals-box {
|
.totals-box {
|
||||||
padding: $gap * 4;
|
padding: $gap * 4;
|
||||||
padding-top: $gap * 2;
|
padding-top: $gap * 2;
|
||||||
@ -62,6 +67,7 @@
|
|||||||
background-color: $color-gray-lightest;
|
background-color: $color-gray-lightest;
|
||||||
min-width: 350px;
|
min-width: 350px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.task_order__form {
|
&.task_order__form {
|
||||||
hr {
|
hr {
|
||||||
|
@ -3,15 +3,25 @@
|
|||||||
{% from "components/totals_box.html" import TotalsBox %}
|
{% from "components/totals_box.html" import TotalsBox %}
|
||||||
|
|
||||||
|
|
||||||
<div class="task-order">
|
<div class="task-order__review">
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-col">
|
<div class="form-col">
|
||||||
<div class="h1">
|
<div class="h2">
|
||||||
{{ "task_orders.review.review_your_task_order" | translate }}
|
{{ "task_orders.review.review_your_task_order" | translate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="h3">
|
||||||
|
Approved Task Order
|
||||||
|
</div>
|
||||||
|
<a class="icon-link icon-link--download" href="{{ url_for('task_orders.download_task_order_pdf', task_order_id=task_order.id) }}">
|
||||||
|
{{ Icon('check-circle-solid') }}
|
||||||
|
{{ task_order.pdf.filename }}
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<div class="col task-order__details">
|
<div class="col task-order__details">
|
||||||
<div class="h4">
|
<div class="h3">
|
||||||
{{ "task_orders.review.task_order_number" | translate }}
|
{{ "task_orders.review.task_order_number" | translate }}
|
||||||
</div>
|
</div>
|
||||||
<div>{{task_order.number}}</div>
|
<div>{{task_order.number}}</div>
|
||||||
@ -61,18 +71,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div class="h3">
|
|
||||||
{{ "task_orders.review.supporting_document.title" | translate }}
|
|
||||||
</div>
|
|
||||||
<div class="h4">
|
|
||||||
<a class="icon-link icon-link--download" href="{{ url_for('task_orders.download_task_order_pdf', task_order_id=task_order.id) }}">
|
|
||||||
{{ Icon('check-circle-solid') }}
|
|
||||||
{{ task_order.pdf.filename }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-col">
|
<div class="form-col">
|
||||||
|
@ -324,8 +324,8 @@ portfolios:
|
|||||||
task_orders:
|
task_orders:
|
||||||
review:
|
review:
|
||||||
review_your_task_order: Review your task order
|
review_your_task_order: Review your task order
|
||||||
funding_summary: Funding summary
|
funding_summary: Task Order Summary
|
||||||
task_order_number: Task order number - 10 digit found in your system of record
|
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.
|
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:
|
supporting_document:
|
||||||
title: Supporting document
|
title: Supporting document
|
||||||
@ -365,7 +365,7 @@ task_orders:
|
|||||||
sign:
|
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).'
|
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:
|
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_2: 'CLIN 2: Classified Cloud Services - 0002'
|
||||||
JEDI_CLIN_3: 'CLIN 3:'
|
JEDI_CLIN_3: 'CLIN 3:'
|
||||||
JEDI_CLIN_4: 'CLIN 4:'
|
JEDI_CLIN_4: 'CLIN 4:'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user