.ui-dialog-footer {
    display: flex;
    .ui-btn {
        color: $color-primary;
        flex: 1;
        font-size: $font-size-larger;
        border: none;
        border-radius: 0;
        background: none;
        cursor: pointer;
        &:nth-child(2) {
            border-left: $border-width solid $color-gray-light;
            font-weight: 600;
        }
        &:active {
            background-color: rgba(0, 0, 0, .1);
        }
    }
}