From 241495cb8ff6f40faba895ed730fc1319304ba5d Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 5 Jun 2019 12:31:41 -0400 Subject: [PATCH] Spacing tweaks --- styles/sections/_task_order.scss | 9 +++++++++ templates/portfolios/task_orders/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 49b361fb..d13934f4 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -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 { min-width: 10rem; } diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index f7a87808..5ea017de 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -41,7 +41,7 @@ {% endmacro %} {% macro TaskOrderList(task_orders, label='success') %} -
+
{% for task_order in task_orders %}