From 1d9d9cfdcf3983e3fd89026bc4b5633a8abf5752 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 11 Sep 2018 22:55:41 +0200 Subject: add css custom properties for the left menu --- client/src/app/menu/menu.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/menu') diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 0f98da0e2..3e072279f 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -10,14 +10,14 @@ } menu { - background-color: $menu-background; + background-color: var(--menuBackgroundColor); margin: 0; padding: 0; height: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - color: $menu-color; + color: var(--menuForegroundColor); display: flex; flex-direction: column; width: 100%; @@ -52,7 +52,7 @@ menu { .logged-in-username { font-size: 16px; font-weight: $font-semibold; - color: $menu-color; + color: var(--menuForegroundColor); cursor: pointer; @include disable-default-a-behaviour; @@ -124,7 +124,7 @@ menu { display: flex; align-items: center; padding-left: $menu-lateral-padding; - color: $menu-color; + color: var(--menuForegroundColor); cursor: pointer; height: 40px; font-size: 16px; -- cgit v1.2.3