pxt-ev3/theme/blockly.less

33 lines
663 B
Plaintext
Raw Normal View History

2017-08-11 02:10:08 +02:00
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
@import 'site/globals/site.variables';
@import 'blockly-core';
2017-12-18 22:04:17 +01:00
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
fill: white;
font-size: 1.7rem;
}
2018-01-02 22:01:28 +01:00
.blocklyFlyoutLabel .blocklyFlyoutLabelIcon {
2018-01-10 18:55:58 +01:00
font-family: 'legoIcons' !important;
2018-01-02 22:01:28 +01:00
}
/* Square shaped corners */
.blocklyDropDownDiv {
border-radius: 0px !important;
}
.blocklyDropDownArrow.arrowTop {
border-top-left-radius: 0px !important;
}
.blocklyToggleRect {
rx: 0 !important;
ry: 0 !important;
}
2018-01-07 06:00:39 +01:00
.blocklyDropDownButton {
border-radius: 0px !important;
}