Fix spacing throught form and move all TO form related styling to task order stylesheet

This commit is contained in:
leigh-mil
2019-01-15 16:50:39 -05:00
parent 75e831beb6
commit 08555e543e
9 changed files with 84 additions and 64 deletions

View File

@@ -12,7 +12,7 @@
{% block form %}
<!-- App Info Section -->
<h3 class="subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3>
<h3 class="task-order-form__heading subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3>
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
{{ TextInput(form.scope, paragraph=True) }}
<p><i>{{ "task_orders.new.app_info.sample_scope" | translate | safe }}</i></p>