Files
btpxpress-frontend/public/theme/extensions/_paginator.scss
2025-10-01 01:39:07 +00:00

13 lines
247 B
SCSS

.p-paginator {
justify-content: flex-end;
.p-paginator-element {
&:focus {
background: $emphasis-lower;
&.p-highlight {
background: rgba($primaryColor, .24);
}
}
}
}