Square shaped corners for Blockly blocks and dropdowns. (#158)

This commit is contained in:
Sam El-Husseini
2018-01-02 13:32:07 -08:00
committed by Peli de Halleux
parent bd765d49ee
commit 58148eb1c3
2 changed files with 96 additions and 0 deletions

View File

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