chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-03 16:08:39 -07:00
parent 9e73dbe4c1
commit 28fe4b21f2
No known key found for this signature in database
19 changed files with 134 additions and 187 deletions

View file

@ -1,27 +1,25 @@
.pagination {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
& button {
background: none;
padding-left: 0;
padding-right: 0;
}
.pagination button {
background: none;
padding: 0;
}
& a {
display: flex;
}
.pagination a {
display: flex;
}
& p {
text-align: center;
margin: 0;
}
.pagination p {
text-align: center;
margin: 0;
}
& span.disabled svg[data-tablericon-name^="arrow-"] {
cursor: not-allowed;
stroke: var(--gray-medium);
stroke-width: var(--stroke-width-default);
}
.pagination span.disabled svg[data-tablericon-name^="arrow-"] {
cursor: not-allowed;
stroke: var(--gray-medium);
stroke-width: var(--stroke-width-default);
}