.UnsubmitAction {

    display: flex;

    &-label {
        width: 100%;
    }

    &-disabled {
        color: var(--gray-600);
        cursor: default;
        display: flex;

        &:hover {
            background: none;
        }
    }
}
