2017-08-10 17:10:08 -07:00
|
|
|
@import 'themes/default/globals/site.variables';
|
|
|
|
@import 'themes/pxt/globals/site.variables';
|
|
|
|
@import 'site/globals/site.variables';
|
|
|
|
|
|
|
|
@import 'blockly-core';
|
|
|
|
|
2017-12-18 13:04:17 -08:00
|
|
|
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
|
|
|
|
fill: white;
|
|
|
|
font-size: 1.7rem;
|
|
|
|
}
|
|
|
|
|
2018-01-02 13:01:28 -08:00
|
|
|
.blocklyFlyoutLabel .blocklyFlyoutLabelIcon {
|
2018-01-10 09:55:58 -08:00
|
|
|
font-family: 'legoIcons' !important;
|
2018-01-02 13:01:28 -08:00
|
|
|
}
|
|
|
|
|
2018-01-02 13:32:07 -08:00
|
|
|
/* Square shaped corners */
|
|
|
|
.blocklyDropDownDiv {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
}
|
|
|
|
|
2018-01-06 00:12:32 -08:00
|
|
|
.blocklyDropDownArrow.arrowTop {
|
|
|
|
border-top-left-radius: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blocklyToggleRect {
|
|
|
|
rx: 0 !important;
|
|
|
|
ry: 0 !important;
|
|
|
|
}
|
|
|
|
|
2018-01-06 21:00:39 -08:00
|
|
|
.blocklyDropDownButton {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
}
|
2018-04-17 22:16:19 -07:00
|
|
|
|
|
|
|
/* Music field editor */
|
|
|
|
|
2018-06-21 14:21:40 -07:00
|
|
|
.blocklyMusicFieldOptions .blocklyDropdownText, .blocklyMusicFieldCategories .blocklyDropdownText {
|
2018-04-17 22:16:19 -07:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
color: #fff;
|
2018-06-21 14:21:40 -07:00
|
|
|
font-size: 13px;
|
2018-04-17 22:16:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.blocklyMusicFieldCategories {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2018-06-21 14:21:40 -07:00
|
|
|
font-size: 13px;
|
2018-04-17 22:16:19 -07:00
|
|
|
}
|
|
|
|
.blocklyMusicFieldOptions {
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blocklyDropdownTag {
|
|
|
|
padding: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 4px;
|
|
|
|
border-radius: 0;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid;
|
|
|
|
transition: box-shadow .1s;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|