Applying home screen UI changes (#378)
This commit is contained in:
parent
e8fea031b2
commit
89e1819399
@ -7,7 +7,7 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainmenu {
|
#mainmenu, #homemenu {
|
||||||
background: @legoGreyLight;
|
background: @legoGreyLight;
|
||||||
border-bottom: 5px solid #00a5c8;
|
border-bottom: 5px solid #00a5c8;
|
||||||
}
|
}
|
@ -27,7 +27,7 @@
|
|||||||
@orange: #fa7f2a;
|
@orange: #fa7f2a;
|
||||||
@green: @brightYellowishGreen;
|
@green: @brightYellowishGreen;
|
||||||
|
|
||||||
@legoGreyLight: #F4F1F4;
|
@legoGreyLight: #F2F2F2;
|
||||||
@legoGreyDark: #f4f7f9;
|
@legoGreyDark: #f4f7f9;
|
||||||
|
|
||||||
@grey: @legoGreyLight;
|
@grey: @legoGreyLight;
|
||||||
@ -131,7 +131,7 @@
|
|||||||
@editorToolsBackground: @legoGreyLight; /* #fff;*/ /* #fcfbfa; */
|
@editorToolsBackground: @legoGreyLight; /* #fff;*/ /* #fcfbfa; */
|
||||||
@blocklySvgColor: #f9f9f9; /*#f2f6f8;*/ /*ecf6fe;*/
|
@blocklySvgColor: #f9f9f9; /*#f2f6f8;*/ /*ecf6fe;*/
|
||||||
|
|
||||||
@homeScreenBackground: #EAEEEF;
|
@homeScreenBackground: #F2F2F2;
|
||||||
|
|
||||||
/*-------------------
|
/*-------------------
|
||||||
Full screen
|
Full screen
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
@import 'themes/default/collections/menu.variables';
|
@import 'themes/default/collections/menu.variables';
|
||||||
|
|
||||||
@import 'fieldeditors';
|
@import 'fieldeditors';
|
||||||
|
@import 'target-home';
|
||||||
|
|
||||||
/* Reference import */
|
/* Reference import */
|
||||||
@import (reference) "semantic.less";
|
@import (reference) "semantic.less";
|
||||||
|
13
theme/target-home.less
Normal file
13
theme/target-home.less
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
@import (reference) "home.less";
|
||||||
|
|
||||||
|
#homemenu {
|
||||||
|
|
||||||
|
.left.menu {
|
||||||
|
margin-left: @carouselArrowSize;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right.menu {
|
||||||
|
margin-right: @carouselArrowSize;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user