diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index b63d064f..01123107 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -266,6 +266,15 @@ margin: 0; } } + + input[type="text"]:disabled { + color: $color-gray-lighter; + font-style: italic; + } + + .task-order__invite-dod-id { + + } } .task-order-invitations { diff --git a/templates/task_orders/new/funding.html b/templates/task_orders/new/funding.html index 79efa6d6..93bdc1bf 100644 --- a/templates/task_orders/new/funding.html +++ b/templates/task_orders/new/funding.html @@ -29,7 +29,7 @@
{{ "task_orders.new.funding.estimate_usage_description" | translate }}
{{ "task_orders.new.funding.estimate_usage_paragraph" | translate }}
@@ -51,18 +51,20 @@{{ "task_orders.new.funding.cloud_calculations_paragraph" | translate }}
+{{ "task_orders.new.funding.cloud_calculations_paragraph" | translate }}
-{{ "task_orders.new.funding.cloud_offerings_paragraph" | translate }}
- {{ TextInput(form.clin_01, validation='dollars', placeholder="$0.00") }} - {{ TextInput(form.clin_02, validation='dollars', disabled=(not config.CLASSIFIED)) }} +{{ "task_orders.new.funding.cloud_offerings_paragraph" | translate }}
+ {{ TextInput(form.clin_01, validation='dollars', placeholder="$0.00") }} + {{ TextInput(form.clin_02, validation='dollars', placeholder="$0.00", disabled=(not config.CLASSIFIED)) }} -{{ "task_orders.new.funding.support_assistance_paragraph" | translate }}
- {{ TextInput(form.clin_03, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', placeholder="$0.00") }} - {{ TextInput(form.clin_04, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', disabled=(not config.CLASSIFIED)) }} +{{ "task_orders.new.funding.support_assistance_paragraph" | translate }}
+ {{ TextInput(form.clin_03, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', placeholder="$0.00") }} + {{ TextInput(form.clin_04, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', placeholder="$0.00", disabled=(not config.CLASSIFIED)) }} +