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

@@ -2,7 +2,7 @@
{% block content %}
<div class="col">
<div class="col task-order-form">
{% include 'task_orders/new/menu.html' %}
@@ -19,7 +19,7 @@
<div class="panel">
<div class="panel__heading">
<h1 class="gray">
<h1 class="task-order-form__heading subheading">
<div class="h2">Task Order Builder</div>
{% block heading %}{% endblock %}
</h1>