Applying home screen UI changes (#378)

This commit is contained in:
Sam El-Husseini 2018-03-27 16:30:43 -07:00 committed by GitHub
parent e8fea031b2
commit 89e1819399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 3 deletions

View File

@ -7,7 +7,7 @@
text-transform: uppercase;
}
#mainmenu {
#mainmenu, #homemenu {
background: @legoGreyLight;
border-bottom: 5px solid #00a5c8;
}

View File

@ -27,7 +27,7 @@
@orange: #fa7f2a;
@green: @brightYellowishGreen;
@legoGreyLight: #F4F1F4;
@legoGreyLight: #F2F2F2;
@legoGreyDark: #f4f7f9;
@grey: @legoGreyLight;
@ -131,7 +131,7 @@
@editorToolsBackground: @legoGreyLight; /* #fff;*/ /* #fcfbfa; */
@blocklySvgColor: #f9f9f9; /*#f2f6f8;*/ /*ecf6fe;*/
@homeScreenBackground: #EAEEEF;
@homeScreenBackground: #F2F2F2;
/*-------------------
Full screen

View File

@ -7,6 +7,7 @@
@import 'themes/default/collections/menu.variables';
@import 'fieldeditors';
@import 'target-home';
/* Reference import */
@import (reference) "semantic.less";

13
theme/target-home.less Normal file
View File

@ -0,0 +1,13 @@
@import (reference) "home.less";
#homemenu {
.left.menu {
margin-left: @carouselArrowSize;
}
.right.menu {
margin-right: @carouselArrowSize;
}
}