git-subtree-dir: themes/tabi-lean git-subtree-split: efb42461fde7ee5b0c140d27f2789fdf9c98b100
19 lines
350 B
SCSS
19 lines
350 B
SCSS
.pagination {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 2rem;
|
|
padding: 0;
|
|
font-size: 1em;
|
|
list-style: none;
|
|
|
|
.page-item .disabled {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.page-numbers {
|
|
color: var(--meta-color);
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|