Update header colors

This commit is contained in:
leigh-mil
2019-01-14 13:59:54 -05:00
parent a010487f34
commit f84328dec4
5 changed files with 22 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
{% block form %}
<!-- Oversight Section -->
<h3>{{ "task_orders.new.oversight.ko_info_title" | translate }}</h3>
<h3 class="subheading">{{ "task_orders.new.oversight.ko_info_title" | translate }}</h3>
<p>{{ "task_orders.new.oversight.ko_info_paragraph" | translate }}</p>
{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_phone_number) }}
{{ CheckboxInput(form.ko_invite) }}
@@ -19,7 +19,7 @@
<hr />
<h3>{{ "task_orders.new.oversight.cor_info_title" | translate }}</h3>
<h3 class="subheading">{{ "task_orders.new.oversight.cor_info_title" | translate }}</h3>
<p>{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}</p>
<div class='usa-input'>
<fieldset class="usa-input__choices">
@@ -35,7 +35,7 @@
<hr />
<h3>{{ "task_orders.new.oversight.so_info_title" | translate }}</h3>
<h3 class="subheading">{{ "task_orders.new.oversight.so_info_title" | translate }}</h3>
<p>{{ "task_orders.new.oversight.so_info_paragraph" | translate }}</p>
{{ UserInfo(form.so_first_name, form.so_last_name, form.so_email, form.so_phone_number) }}
{{ CheckboxInput(form.so_invite) }}