homepage/sass/parts/_pagination.scss
Fabian Montero 8be91ee3d9 Squashed 'themes/tabi-lean/' content from commit efb4246
git-subtree-dir: themes/tabi-lean
git-subtree-split: efb42461fde7ee5b0c140d27f2789fdf9c98b100
2025-09-14 16:00:14 -06:00

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;
}
}