pxt-core-own
Version:
Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors
36 lines (28 loc) • 746 B
text/less
/* Import all components */
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
/* Reference import */
@import (reference) "semantic.less";
/*******************************
Light Mode
*******************************/
.light * {
/*CSS transitions*/
-webkit-transition: none ;
-moz-transition: none ;
-ms-transition: none ;
transition: none ;
}
.light .ui.dimmer {
animation-duration: 0s ;
}
.light .ui.loader:after {
animation: none ;
}
/* Remove blockly filter on drag */
.light svg.blocklyBlockDragSurface > g {
filter: none ;
}
.light .blocklyMainBackground {
fill: @blocklySvgColor ;
}