Merge branch 'master' into icon_font

This commit is contained in:
Sam El-Husseini
2018-01-03 11:56:28 -08:00
18 changed files with 10885 additions and 47 deletions

View File

@ -69,6 +69,12 @@ span.blocklyTreeLabel {
border-radius: 1rem !important;
}
/* Square shaped corners */
.blocklyDropDownDiv {
border-radius: 0px !important;
}
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
#blocklyTrashIcon {