File size: 270 Bytes
6bcb42f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@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;
}