Fix home screen close icon background color (#687)
This commit is contained in:
parent
2bc2bda502
commit
0f7ec45db4
@ -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;
|
Loading…
Reference in New Issue
Block a user