button {
    cursor: pointer;

    &:disabled {
        cursor: default;
    }
}