Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
d5a5930ed6
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user