UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

22 lines (18 loc) 297 B
.stop-all { width: 2rem; height: 2rem; padding: 0.375rem; border-radius: 0.25rem; user-select: none; cursor: pointer; transition: 0.2s ease-out; } .stop-all { opacity: 0.5; } .stop-all:hover { transform: scale(1.2); } .stop-all.is-active { opacity: 1; }