From 3a5f94f1b25d1ee4746cb9643bacdf56276f4367 Mon Sep 17 00:00:00 2001 From: Ludek <13610612+ludeknovy@users.noreply.github.com> Date: Tue, 11 May 2021 21:52:24 +0200 Subject: [PATCH] overview font color change (#148) --- src/app/dashboard/dashboard.component.css | 7 +++++- .../item-detail/item-detail.component.html | 24 +++++++++---------- .../item-detail/item-detail.component.scss | 2 ++ 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index bf73a994..9754b3b6 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -77,12 +77,17 @@ tbody tr:hover { } .stats-body { - color: #316d94; padding-top: 0px; padding-bottom: 0px; padding-right: 0px; + } .stats { margin-bottom: 20px; } + +.card-title { + font-weight: 600; + color: #4b7cf3; +} diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index dd1858d9..89498411 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -79,7 +79,7 @@