Compare commits

...

18 Commits

Author SHA1 Message Date
89ceeefc32 0.5.52 2016-10-30 22:23:02 -07:00
91235d2377 Bump pxt-core to 0.5.29 2016-10-30 22:23:00 -07:00
a805d7b8a8 updated ref version 2016-10-28 16:44:22 -07:00
89fdbcdc4f 0.5.51 2016-10-28 16:14:51 -07:00
92d1d2ffc3 Merge branch 'master' of https://github.com/Microsoft/pxt-calliope 2016-10-28 14:08:22 -07:00
82c9af836f bumped to 0.5.50 2016-10-28 14:08:14 -07:00
da90401fe6 0.5.50 2016-10-28 14:05:33 -07:00
315a12dd8b Bump pxt-core to 0.5.28 2016-10-28 14:05:32 -07:00
72ec2d617e 0.5.49 2016-10-28 13:53:46 -07:00
4d9ae63831 Bump pxt-core to 0.5.27 2016-10-28 13:53:41 -07:00
3eab21cff1 udpated icons 2016-10-28 13:52:17 -07:00
5a37385d14 0.5.48 2016-10-28 13:31:48 -07:00
9fa412ff6f Bump pxt-core to 0.5.26 2016-10-28 13:31:43 -07:00
3f7fbb70ba Removing blockly trash icon 2016-10-28 11:27:26 -07:00
20189a709b Using Google font: Roboto 2016-10-28 11:15:19 -07:00
111b321722 0.5.47 2016-10-28 10:41:47 -07:00
b8fe8f9294 Bump pxt-core to 0.5.24 2016-10-28 10:41:45 -07:00
7b478c4c38 update ref version 2016-10-28 17:47:48 +02:00
9 changed files with 23 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,3 +1,3 @@
{
"appref": "v0.5.37"
"appref": "v0.5.51"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.5.46",
"version": "0.5.52",
"description": "calliope target for PXT",
"keywords": [
"JavaScript",
@ -30,7 +30,7 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.5.23",
"pxt-core": "0.5.29",
"less": "^2.6.0",
"semantic-ui-less": "^2.2.4"
}

View File

@ -351,8 +351,6 @@
],
"invertedMenu": true,
"invertedToolbox": true,
"blocklyOptions": {
"trashcan": true
}
"blocklyOptions": { }
}
}

View File

@ -1,5 +1,3 @@
/*******************************
Site Overrides
*******************************/
@importGoogleFonts: false;

View File

@ -1,7 +1,17 @@
/*******************************
User Global Variables
*******************************/
@importGoogleFonts: false;
@importGoogleFonts: true;
@fontName : 'Roboto Mono';
@emSize : 14px;
@fontSize : 13px;
/*-------------------
Site Colors
--------------------*/
@primaryColor: #3CB5B5;
@secondaryColor: #43C9C9;
@ -18,9 +28,11 @@
@brown:#6B5B4C;
@grey:#42495F;
@pageBackground : #FDFDFA;
/*******************************
PXT Overrides
*******************************/
@backgroundColor: #FDFDFA;
@blocklyToolboxColor: #F6F4E6;
@blocklyToolboxColor: #F6F4E6;

View File

@ -32,6 +32,9 @@
&:extend(.yellow all);
}
/*******************************
Blockly
*******************************/
.blocklyTreeRow {
border-radius:5px;
@ -44,7 +47,7 @@
/* Blockly Text */
.blocklyTreeLabel {
font-family: "Gotham SSm A","Gotham SSm B","Montserrat","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif !important;
font-family: @pageFont !important;
}
.blocklyTreeLabel {

View File

@ -91,7 +91,4 @@
@fontPath : 'fonts';
@headerFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
@pageFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
/* End Config */