svg.mouse {
    cursor: grab;
    &:active {
        cursor: grabbing;
    }
}