diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index b63d064f..9e2956a7 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -258,8 +258,23 @@ } } - .alert { + .input--disabled { + label .usa-input__title { + color: $color-gray-light; + } + + input[type="text"]:disabled { + color: $color-gray-lighter; + font-style: italic; + } + } + + .task-order__invite-officer { padding: 1.5rem; + background-color: $color-aqua-lightest; + border-color: $color-blue; + border-left-style: solid; + border-left-width: $gap / 2; .usa-input { width: 100%; diff --git a/templates/components/text_input.html b/templates/components/text_input.html index 210c8178..97797983 100644 --- a/templates/components/text_input.html +++ b/templates/components/text_input.html @@ -12,6 +12,7 @@ paragraph=False, disabled=False, initial_value='', + classes='', noMaxWidth=False) -%}
diff --git a/templates/task_orders/new/review.html b/templates/task_orders/new/review.html index 988a9f65..bfd90827 100644 --- a/templates/task_orders/new/review.html +++ b/templates/task_orders/new/review.html @@ -118,8 +118,10 @@ {{ Icon('download') }} {{ "task_orders.new.review.usage_est_link"| translate }}

{% else %} - {{ Icon('download') }} {{ "task_orders.new.review.usage_est_link"| translate }} - {{ Icon('alert', classes='icon--red') }} {{ "task_orders.new.review.not_uploaded"| translate }} +

+ {{ Icon('download') }} {{ "task_orders.new.review.usage_est_link"| translate }}
+ {{ Icon('alert', classes='icon--red') }} {{ "task_orders.new.review.not_uploaded"| translate }} +

{% endif %} {% endcall %} diff --git a/translations.yaml b/translations.yaml index 8a188943..b0233c8d 100644 --- a/translations.yaml +++ b/translations.yaml @@ -188,7 +188,7 @@ forms: description: Which of these describes how complex your team's use of the cloud will be? Select all that apply. storage: Storage data_analytics: Data Analytics - conus: CONUS Acess + conus: CONUS Access oconus: OCONUS Access tactical_edge: Tactical Edge Access not_sure: Not Sure