Spaces:
Runtime error
Runtime error
| @import "../../css/colors.css"; | |
| .pause-btn { | |
| width: 2rem; | |
| height: 2rem; | |
| padding: 0.375rem; | |
| border-radius: 0.25rem; | |
| user-select: none; | |
| user-drag: none; | |
| cursor: pointer; | |
| } | |
| .pause-btn:hover { | |
| background-color: $motion-light-transparent; | |
| } | |