// :host ::ng-deep 
.mat-table .ant-pagination {
    &-item {
        border-radius: 0;
        min-width: @pg-item-height;
        height: @pg-item-height;
        line-height: @pg-item-height;
    }

    &-prev,
    &-next {
        min-width: @pg-item-height;
        height: @pg-item-height;
        line-height: @pg-item-height;

        a {
            border-radius: 0;
            &:after {
                height: @pg-item-height - 2px;
                line-height: @pg-item-height - 2px;
            }
        } 
    }
    // &-item {
    //     border-radius: 0;

    //     a {
    //         border-radius: 0;
    //     }
    // }
}