From ead3e23e16d7fa18fd48de37c66132d8ff91034c Mon Sep 17 00:00:00 2001 From: nobohan Date: Fri, 1 Jun 2018 10:24:37 +0200 Subject: [PATCH] add value for color chill-llight-gray --- Resources/public/sass/custom/config/_colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/public/sass/custom/config/_colors.scss b/Resources/public/sass/custom/config/_colors.scss index 967c9b7a5..d34daddb7 100644 --- a/Resources/public/sass/custom/config/_colors.scss +++ b/Resources/public/sass/custom/config/_colors.scss @@ -10,7 +10,7 @@ $chill-beige: #cabb9f; $chill-pink: #dd506d; $chill-dark-gray: #333333; $chill-light-gray: #b2b2b2; -$chill-llight-gray: $chill-light-gray; +$chill-llight-gray: #e6e6e6; $dark-grey: $chill-dark-gray; @@ -33,7 +33,7 @@ $black: #111111; $white: #ffffff; $light-grey: $chill-light-gray; -/* +/* due to a bug in sass, we must re-declare the variable in css (use of a sass variable after -- does not work) */