Spacing tweaks

This commit is contained in:
richard-dds 2019-06-05 12:31:41 -04:00
parent cbcd845638
commit 241495cb8f
2 changed files with 10 additions and 1 deletions

View File

@ -66,6 +66,15 @@
} }
} }
.task-order-list {
margin-top: 6 * $gap;
}
.task-order-card .label {
font-size: $small-font-size;
margin-right: 2 * $gap;
}
.task-order-card__buttons .usa-button { .task-order-card__buttons .usa-button {
min-width: 10rem; min-width: 10rem;
} }

View File

@ -41,7 +41,7 @@
{% endmacro %} {% endmacro %}
{% macro TaskOrderList(task_orders, label='success') %} {% macro TaskOrderList(task_orders, label='success') %}
<div> <div class="task-order-list">
{% for task_order in task_orders %} {% for task_order in task_orders %}
<div class="card task-order-card"> <div class="card task-order-card">
<div class="card__status"> <div class="card__status">