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/custom/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assets/styles/bmc/custom/_base.scss') diff --git a/src/assets/styles/bmc/custom/_base.scss b/src/assets/styles/bmc/custom/_base.scss index 39a4aaa7..5a6a11ba 100644 --- a/src/assets/styles/bmc/custom/_base.scss +++ b/src/assets/styles/bmc/custom/_base.scss @@ -1,7 +1,7 @@ dt, legend, label { - color: $gray-800; + color: gray("800"); font-size: 14px; font-weight: 400; } -- cgit v1.2.3