Include Open Sans font and some UI tweaks reducing white space in the editor. (#312)
This commit is contained in:
committed by
Peli de Halleux
parent
c9f6d873b1
commit
f53dbf4d83
@ -5,4 +5,9 @@
|
||||
|
||||
.ui.menu.inverted .item {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#mainmenu {
|
||||
background: #f4f7f9;
|
||||
border-bottom: 5px solid #00a5c8;
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
User Global Variables
|
||||
*******************************/
|
||||
|
||||
@importGoogleFonts: true;
|
||||
@fontName : 'Open Sans';
|
||||
|
||||
@headerFont : "Open Sans","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
@pageFont : "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
@ -27,6 +27,9 @@
|
||||
@orange: #fa7f2a;
|
||||
@green: @brightYellowishGreen;
|
||||
|
||||
@legoGreyLight: #eaeeef;
|
||||
@legoGreyDark: #f4f7f9;
|
||||
|
||||
/* Lego official colors */
|
||||
|
||||
/* Solid */
|
||||
@ -122,9 +125,9 @@
|
||||
Background
|
||||
--------------------*/
|
||||
|
||||
@simulatorBackground: #fff; /*#fcfbfa; */
|
||||
@editorToolsBackground: #fff; /*#fcfbfa; */
|
||||
@blocklySvgColor: #ecf6fe;
|
||||
@simulatorBackground: #D6EDFF; /* #FFF */ /* #fcfbfa; */
|
||||
@editorToolsBackground: #fff; /* #fcfbfa; */
|
||||
@blocklySvgColor: #f9f9f9; /*#f2f6f8;*/ /*ecf6fe;*/
|
||||
|
||||
@homeScreenBackground: #EAEEEF;
|
||||
|
||||
@ -159,10 +162,10 @@
|
||||
@blocklyRowWidthTablet: 100px;
|
||||
@blocklyRowWidthMobile: 50px;
|
||||
|
||||
@blocklyRowHeightWide: 50px;
|
||||
@blocklyRowHeightComputer: 50px;
|
||||
@blocklyRowHeightTablet: 50px;
|
||||
@blocklyRowHeightMobile: 50px;
|
||||
@blocklyRowHeightWide: 45px;
|
||||
@blocklyRowHeightComputer: 45px;
|
||||
@blocklyRowHeightTablet: 45px;
|
||||
@blocklyRowHeightMobile: 45px;
|
||||
|
||||
|
||||
/*-------------------
|
||||
|
Reference in New Issue
Block a user