Support for monaco toolbox

This commit is contained in:
Sam El-Husseini 2016-12-06 00:34:42 -08:00
parent 41ce2f66fa
commit efca68672a

View File

@ -73,12 +73,12 @@
}
/* Blockly Toolbox Buttons */
#blocklyToolboxButtons .blocklyAddPackageButton {
.blocklyToolboxButtons .blocklyAddPackageButton {
&:extend(.ui.inverted.pink.button all);
&:extend(.circular all);
}
#blocklyToolboxButtons .blocklyUndoButton {
.blocklyToolboxButtons .blocklyUndoButton {
&:extend(.ui.inverted.blue.button all);
&:extend(.circular all);
}