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
1 changed files with 4 additions and 4 deletions

View File

@ -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;
@extensionsHeaderBackground: @darkGrey;