diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 7d1b31d4..f59c9a16 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -59,6 +59,13 @@ margin: ($gap * 4) 0; padding: 0 ($gap * 4); } + + h1, h2, h3, h4, h5, h6 { + + &.subheading { + color: $color-gray; + } + } } .panel__heading { @@ -80,7 +87,7 @@ margin: 0; display: inline-block; - .subtitle { + .subtitle, &.gray { color: $color-gray; } } diff --git a/templates/task_orders/_new.html b/templates/task_orders/_new.html index ec860310..5348701a 100644 --- a/templates/task_orders/_new.html +++ b/templates/task_orders/_new.html @@ -19,8 +19,10 @@
-
Task Order Builder
-

{% block heading %}{% endblock %}

+

+
Task Order Builder
+ {% block heading %}{% endblock %} +

diff --git a/templates/task_orders/new/app_info.html b/templates/task_orders/new/app_info.html index 99704939..963a9ea2 100644 --- a/templates/task_orders/new/app_info.html +++ b/templates/task_orders/new/app_info.html @@ -12,7 +12,7 @@ {% block form %} -

{{ "task_orders.new.app_info.basic_info_title"| translate }}

+

{{ "task_orders.new.app_info.basic_info_title"| translate }}

{{ 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 }}

@@ -20,20 +20,20 @@
-

{{ "task_orders.new.app_info.project_title" | translate }}

+

{{ "task_orders.new.app_info.project_title" | translate }}

{{ OptionsInput(form.app_migration) }} {{ OptionsInput(form.native_apps) }} {{ MultiCheckboxInput(form.complexity, form.complexity_other) }}
-

{{ "task_orders.new.app_info.team_title" | translate }}

+

{{ "task_orders.new.app_info.team_title" | translate }}

{{ MultiCheckboxInput(form.dev_team, form.dev_team_other) }} {{ OptionsInput(form.team_experience) }}
-

{{ "task_orders.new.app_info.market_research_title" | translate }}

+

{{ "task_orders.new.app_info.market_research_title" | translate }}

{{ "task_orders.new.app_info.market_research_paragraph" | translate | safe }}

{% endblock %} diff --git a/templates/task_orders/new/funding.html b/templates/task_orders/new/funding.html index 56f8f968..652e8d5e 100644 --- a/templates/task_orders/new/funding.html +++ b/templates/task_orders/new/funding.html @@ -15,14 +15,14 @@
-

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

+

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

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

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

{{ OptionsInput(form.performance_length) }}
-

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

+

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

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

{{ Icon("link")}} Cloud Service Provider's estimate calculator @@ -36,7 +36,7 @@


-

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

+

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

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

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

diff --git a/templates/task_orders/new/oversight.html b/templates/task_orders/new/oversight.html index 01117536..7b5181be 100644 --- a/templates/task_orders/new/oversight.html +++ b/templates/task_orders/new/oversight.html @@ -11,7 +11,7 @@ {% block form %} -

{{ "task_orders.new.oversight.ko_info_title" | translate }}

+

{{ "task_orders.new.oversight.ko_info_title" | translate }}

{{ "task_orders.new.oversight.ko_info_paragraph" | translate }}

{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_phone_number) }} {{ CheckboxInput(form.ko_invite) }} @@ -19,7 +19,7 @@
-

{{ "task_orders.new.oversight.cor_info_title" | translate }}

+

{{ "task_orders.new.oversight.cor_info_title" | translate }}

{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}

@@ -35,7 +35,7 @@
-

{{ "task_orders.new.oversight.so_info_title" | translate }}

+

{{ "task_orders.new.oversight.so_info_title" | translate }}

{{ "task_orders.new.oversight.so_info_paragraph" | translate }}

{{ UserInfo(form.so_first_name, form.so_last_name, form.so_email, form.so_phone_number) }} {{ CheckboxInput(form.so_invite) }}