mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 13:38:44 +00:00
25 lines
488 B
SCSS
25 lines
488 B
SCSS
th,
|
|
td {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
:host {
|
|
::ng-deep {
|
|
.pagination {
|
|
&>li {
|
|
&.page-item {
|
|
&.active {
|
|
&>a {
|
|
&.page-link {
|
|
&>span {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |