Files
btpxpress-frontend/public/theme/extensions/_paginator.scss
2025-10-13 05:29:32 +02: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);
}
}
}
}