2016-10-24 23:55:21 +02:00
|
|
|
/*******************************
|
|
|
|
User Global Variables
|
2016-12-02 03:35:10 +01:00
|
|
|
*******************************/
|
|
|
|
|
|
|
|
@importGoogleFonts: true;
|
|
|
|
|
|
|
|
@fontName : 'Roboto';
|
|
|
|
|
|
|
|
@emSize : 14px;
|
|
|
|
@fontSize : 13px;
|
|
|
|
|
2016-12-06 02:30:04 +01:00
|
|
|
@primaryColor: @purple;
|
2016-12-02 03:35:10 +01:00
|
|
|
|
|
|
|
@teal: #3891A6;
|
|
|
|
@blue: #456990;
|
|
|
|
@red: #EF767A;
|
|
|
|
@pink: #F46197;
|
|
|
|
@yellow: #FDE74C;
|
|
|
|
|
|
|
|
/* Microbit.org colors */
|
|
|
|
@orange: #ff8b27;
|
|
|
|
@purple: #6633cc;
|
|
|
|
@green: #00ED00;
|
|
|
|
|
|
|
|
@pageBackground: #fff;
|
|
|
|
|
|
|
|
/*******************************
|
|
|
|
PXT Overrides
|
|
|
|
*******************************/
|
|
|
|
|
|
|
|
@mainMenuHeight: 5rem;
|
|
|
|
@mobileMenuHeight: 5rem;
|
|
|
|
|
|
|
|
@simulatorBackground: #FDFDFF;
|
2016-12-06 08:55:46 +01:00
|
|
|
@blocklySvgColor: #ecf0f1;
|