This commit is contained in:
Peli de Halleux 2017-05-25 18:05:49 -07:00
commit d5a5930ed6
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "pxt-microbit", "name": "pxt-microbit",
"version": "0.12.19", "version": "0.12.20",
"description": "micro:bit target for Microsoft MakeCode (PXT)", "description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",
@ -38,6 +38,6 @@
"semantic-ui-less": "^2.2.4" "semantic-ui-less": "^2.2.4"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.12.80" "pxt-core": "0.12.81"
} }
} }

View File

@ -33,6 +33,10 @@
&:extend(.ui.blue.button all); &:extend(.ui.blue.button all);
} }
.ui.button.exit-tutorial-btn {
&:extend(.ui.blue.button all);
}
#filelist, #editortools { #filelist, #editortools {
background: #fff url(https://az742082.vo.msecnd.net/pub/psopafpj) 0 0 repeat !important; background: #fff url(https://az742082.vo.msecnd.net/pub/psopafpj) 0 0 repeat !important;
} }