.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;
}
