Files
foodify-frontend/src/app/components/utility/list-address/list-address.component.scss
T
2023-04-26 18:51:48 +07:00

25 lines
488 B
SCSS

th,
td {
text-align: center;
}
:host {
::ng-deep {
.pagination {
&>li {
&.page-item {
&.active {
&>a {
&.page-link {
&>span {
display: none;
}
}
}
}
}
}
}
}
}