UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

21 lines (17 loc) 351 B
@import "../../css/colors.css"; .green-flag { width: 2rem; height: 2rem; padding: 0.375rem; border-radius: 0.25rem; user-select: none; user-drag: none; cursor: pointer; transition: 0.2s ease-out; } .green-flag:hover { transform: scale(1.2); } .green-flag.is-active { background-color: $motion-transparent; }