From 0f7ec45db45a4088e462cc8eb3d195383a1ad07b Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Thu, 14 Jun 2018 11:55:14 -0700 Subject: [PATCH] Fix home screen close icon background color (#687) --- theme/site/globals/site.variables | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index 86da85a3..b2af287d 100644 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -7,9 +7,6 @@ @headerFont : "Open Sans","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif; @pageFont : "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; -@emSize : 14px; -@fontSize : 13px; - @primaryColor: @blue; @secondaryColor: @yellow; @@ -31,6 +28,7 @@ @legoGreyDark: #f4f7f9; @grey: @legoGreyLight; +@darkGrey: #999; /* Lego official colors */ @@ -152,6 +150,8 @@ @homeScreenBackground: #F2F2F2; @homeCardBorderColor: #F2F2F2; +@homeDetailCloseBackground: @darkGrey; + /*------------------- Editor --------------------*/ @@ -203,4 +203,4 @@ Extensions --------------------*/ -@extensionsHeaderBackground: #999; \ No newline at end of file +@extensionsHeaderBackground: @darkGrey; \ No newline at end of file