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

19 lines
No EOL
365 B
CSS

.pagination {
justify-content: space-between;
& button {
background: none;
padding-left: 0;
padding-right: 0;
}
& a {
display: flex;
}
& span.disabled svg[data-tablericon-name^="arrow-"] {
cursor: not-allowed;
stroke: color-mix(in srgb, var(--text-color), transparent 50%);
stroke-width: var(--stroke-width-default);
}
}