From c1584087e33556e4e90d71c260277bb2aae9a73a Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 15 Jan 2019 18:23:44 -0500 Subject: [PATCH] Bring balance closer to active TO table --- styles/components/_portfolio_layout.scss | 13 ++++++++----- templates/portfolios/task_orders/index.html | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 853efc4c..23175add 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -85,12 +85,15 @@ } .portfolio-total-balance { - flex-direction: row-reverse; - margin: 2 * $gap 0; - padding-right: 14rem; + margin-top: -$gap; + .row { + flex-direction: row-reverse; + margin: 2 * $gap 0; + padding-right: 14rem; - .label { - margin: 0 2 * $gap; + .label { + margin: 0 2 * $gap; + } } } } diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index 52172327..0f1df834 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -125,8 +125,8 @@ {% if active_task_orders %} {{ TaskOrderList(active_task_orders, label='success') }} -
-
+
+
{{ total_balance | dollars }} Total Active Balance