chore: remove utility classes + cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-15 12:49:33 -07:00
parent 4302f61f8c
commit 8a8de24caa
No known key found for this signature in database
30 changed files with 247 additions and 214 deletions

View file

@ -1,4 +1,7 @@
.pagination {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
& button {
@ -11,6 +14,11 @@
display: flex;
}
& p {
text-align: center;
margin: 0;
}
& span.disabled svg[data-tablericon-name^="arrow-"] {
cursor: not-allowed;
stroke: color-mix(in srgb, var(--text-color), transparent 50%);