33 lines
663 B
Plaintext
33 lines
663 B
Plaintext
@import 'themes/default/globals/site.variables';
|
|
@import 'themes/pxt/globals/site.variables';
|
|
@import 'site/globals/site.variables';
|
|
|
|
@import 'blockly-core';
|
|
|
|
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
|
|
fill: white;
|
|
font-size: 1.7rem;
|
|
}
|
|
|
|
.blocklyFlyoutLabel .blocklyFlyoutLabelIcon {
|
|
font-family: 'legoIcons' !important;
|
|
}
|
|
|
|
/* Square shaped corners */
|
|
.blocklyDropDownDiv {
|
|
border-radius: 0px !important;
|
|
}
|
|
|
|
.blocklyDropDownArrow.arrowTop {
|
|
border-top-left-radius: 0px !important;
|
|
}
|
|
|
|
.blocklyToggleRect {
|
|
rx: 0 !important;
|
|
ry: 0 !important;
|
|
}
|
|
|
|
.blocklyDropDownButton {
|
|
border-radius: 0px !important;
|
|
}
|