From 3ab1a0a040d247a7f0bec00037e9f3b1971b887e Mon Sep 17 00:00:00 2001
From: leigh-mil
Date: Thu, 17 Jan 2019 17:25:55 -0500
Subject: [PATCH] Change headers to gray
---
styles/sections/_task_order.scss | 18 ++++++++++++++----
templates/task_orders/new/app_info.html | 4 +++-
templates/task_orders/new/funding.html | 8 +++++---
3 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss
index b524158e..e119dd02 100644
--- a/styles/sections/_task_order.scss
+++ b/styles/sections/_task_order.scss
@@ -191,10 +191,6 @@
&.inactive {
color: $color-gray-light;
}
-
- &.subheading {
- color: $color-gray;
- }
}
.funding-summary__table {
@@ -219,4 +215,18 @@
font-weight: $font-bold;
}
}
+
+ .usa-input__title {
+ color: $color-gray;
+ }
+
+ .subheading {
+ color: $color-gray;
+ }
+
+ .subheading--black {
+ .usa-input__title {
+ color: $color-black;
+ }
+ }
}
diff --git a/templates/task_orders/new/app_info.html b/templates/task_orders/new/app_info.html
index 881cff16..85b52a6c 100644
--- a/templates/task_orders/new/app_info.html
+++ b/templates/task_orders/new/app_info.html
@@ -16,7 +16,9 @@
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
{{ TextInput(form.scope, paragraph=True) }}
{{ "task_orders.new.app_info.sample_scope" | translate | safe }}
-{{ OptionsInput(form.defense_component) }}
+
+ {{ OptionsInput(form.defense_component) }}
+
diff --git a/templates/task_orders/new/funding.html b/templates/task_orders/new/funding.html
index a466a399..be24a652 100644
--- a/templates/task_orders/new/funding.html
+++ b/templates/task_orders/new/funding.html
@@ -29,7 +29,9 @@
{{ "task_orders.new.funding.estimate_usage_paragraph" | translate }}
@@ -39,12 +41,12 @@
{{ "task_orders.new.funding.cloud_calculations_title" | 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.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)) }}