Include Open Sans font and some UI tweaks reducing white space in the editor. (#312)

This commit is contained in:
Sam El-Husseini
2018-02-08 09:35:27 -08:00
committed by Peli de Halleux
parent c9f6d873b1
commit f53dbf4d83
12 changed files with 313 additions and 325 deletions

View File

@ -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;
/*-------------------