scratch-gui
Version:
GraphicaL User Interface for creating and running Scratch 3.0 projects
15 lines (11 loc) • 307 B
CSS
@import "../../css/units.css";
@import "../../css/colors.css";
.stage-wrapper * {
box-sizing: border-box;
}
.stage-canvas-wrapper {
padding-left: $space;
padding-right: $space;
/* Hides negative space between edge of rounded corners + container, when selected */
user-select: none;
}