Initial sim implementation

This commit is contained in:
Sam El-Husseini
2017-12-18 13:04:17 -08:00
parent 6836852122
commit 6320379d02
88 changed files with 3949 additions and 3552 deletions

View File

@ -88,6 +88,9 @@
@pageBackground: #fff;
@inputPlaceholderColor: lighten(@inputColor, 80);
/*******************************
PXT Overrides
*******************************/
@ -117,8 +120,8 @@
Background
--------------------*/
@simulatorBackground: #fcfbfa;
@editorToolsBackground: #fcfbfa;
@simulatorBackground: #fff; /*#fcfbfa; */
@editorToolsBackground: #fff; /*#fcfbfa; */
@blocklySvgColor: #ecf6fe;
@homeScreenBackground: #EAEEEF;