soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame contribute delete
270 Bytes
@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;
}