13 lines
247 B
SCSS
Executable File
13 lines
247 B
SCSS
Executable File
.p-paginator {
|
|
justify-content: flex-end;
|
|
|
|
.p-paginator-element {
|
|
&:focus {
|
|
background: $emphasis-lower;
|
|
|
|
&.p-highlight {
|
|
background: rgba($primaryColor, .24);
|
|
}
|
|
}
|
|
}
|
|
} |