From 01da81870818c364a67d9ba97ca84aec9afbcc4d Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 8 Jul 2020 15:46:43 -0700 Subject: Update use of Sass variables for better theming Use Bootstrap color functions for theme-colors and grays instead of directly referencing Sass variable to allow more flexible theming. Signed-off-by: Yoshie Muranaka Change-Id: Id08b77ff6df3bdf99400dcdfe964853706f1070f --- src/assets/styles/bmc/helpers/_variables.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/assets/styles/bmc/helpers/_variables.scss') diff --git a/src/assets/styles/bmc/helpers/_variables.scss b/src/assets/styles/bmc/helpers/_variables.scss index cbee2dfe..ea300ec7 100644 --- a/src/assets/styles/bmc/helpers/_variables.scss +++ b/src/assets/styles/bmc/helpers/_variables.scss @@ -8,6 +8,4 @@ $transition-collapse: height $duration--slow-01 $standard-easing--expres // OpenBMC Custom Variables $responsive-layout-bp: lg; $header-height: 56px; -$navigation-width: 300px; -$container-bgd: $gray-200; -$primary-nav-hover: $gray-300; \ No newline at end of file +$navigation-width: 300px; \ No newline at end of file -- cgit v1.2.3