This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/components/paginator.css

25 lines
400 B
CSS

.pagination {
display: flex;
align-items: center;
justify-content: space-between;
}
.pagination button {
background: none;
padding: 0;
}
.pagination a {
display: flex;
}
.pagination p {
text-align: center;
margin: 0;
}
.pagination a.disabled svg[data-tablericon-name^="arrow-"] {
cursor: not-allowed;
stroke: var(--gray-medium);
stroke-width: var(--stroke-width-default);
}