From 4db08859c9c50ef1e49fb5f65cdd57db543585fa Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:23:03 -0500 Subject: [PATCH] Make "remaining days" black instead of red --- styles/sections/_reports.scss | 2 -- templates/portfolios/reports/index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index 576a7bda..c2a78321 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -175,13 +175,11 @@ } dd.ending-soon { - color: $color-red-dark; font-size: $h2-font-size; white-space: nowrap; .icon { @include icon-size(28); - @include icon-color($color-red-dark); } } } diff --git a/templates/portfolios/reports/index.html b/templates/portfolios/reports/index.html index e124dc93..632377be 100644 --- a/templates/portfolios/reports/index.html +++ b/templates/portfolios/reports/index.html @@ -80,7 +80,7 @@
Remaining Days
-
+
{% if remaining_days is not none %} {{ Icon('arrow-down') }} {{ remaining_days }}