Fix home screen close icon background color (#687)

This commit is contained in:
Sam El-Husseini 2018-06-14 11:55:14 -07:00 committed by GitHub
parent 2bc2bda502
commit 0f7ec45db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,6 @@
@headerFont : "Open Sans","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif; @headerFont : "Open Sans","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
@pageFont : "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; @pageFont : "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
@emSize : 14px;
@fontSize : 13px;
@primaryColor: @blue; @primaryColor: @blue;
@secondaryColor: @yellow; @secondaryColor: @yellow;
@ -31,6 +28,7 @@
@legoGreyDark: #f4f7f9; @legoGreyDark: #f4f7f9;
@grey: @legoGreyLight; @grey: @legoGreyLight;
@darkGrey: #999;
/* Lego official colors */ /* Lego official colors */
@ -152,6 +150,8 @@
@homeScreenBackground: #F2F2F2; @homeScreenBackground: #F2F2F2;
@homeCardBorderColor: #F2F2F2; @homeCardBorderColor: #F2F2F2;
@homeDetailCloseBackground: @darkGrey;
/*------------------- /*-------------------
Editor Editor
--------------------*/ --------------------*/
@ -203,4 +203,4 @@
Extensions Extensions
--------------------*/ --------------------*/
@extensionsHeaderBackground: #999; @extensionsHeaderBackground: @darkGrey;