scratch-gui
Version:
GraphicaL User Interface for creating and running Scratch 3.0 projects
21 lines (17 loc) • 366 B
CSS
@import "../../css/colors.css";
.turbo-container {
display: flex;
align-items: center;
padding: 0.25rem;
user-select: none;
}
.turbo-icon {
margin: 0.25rem;
}
.turbo-label {
font-size: 0.625rem;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: $control-primary;
white-space: nowrap;
}