Minor fixes.

This commit is contained in:
Sam El-Husseini 2016-12-01 21:58:16 -08:00
parent 280b555f86
commit 67eec44411

View File

@ -27,6 +27,10 @@
color: black !important;
}
.play-button.play-button-full {
&:extend(.ui.inverted.button all);
}
.getting-started-btn {
&:extend(.ui.button all);
&:extend(.orange all);
@ -45,10 +49,6 @@
margin-bottom: 0px;
}
.blocklyTreeSelected {
background-color: #1B1C1D !important;
}
/* Blockly toolbox font size same as the page font */
.blocklyTreeLabel {
font-family: @pageFont !important;