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