From a4de4b04eb5a249665551b81018486676de3a241 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 24 Jan 2019 10:10:10 -0500 Subject: [PATCH] Fix typos and styling for disabled fields --- styles/sections/_task_order.scss | 9 +++++++++ templates/task_orders/new/funding.html | 24 +++++++++++++----------- translations.yaml | 2 +- 3 files changed, 23 insertions(+), 12 deletions(-) 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_title" | translate }}

{{ "task_orders.new.funding.estimate_usage_description" | translate }}

- {{ Icon("link")}} Cloud Service Provider's estimate calculator + {{ Icon("link")}} Go to Cloud Service Provider’s estimate calculator

{{ "task_orders.new.funding.estimate_usage_paragraph" | translate }}