chore: remove utility classes + cleanup
This commit is contained in:
parent
4302f61f8c
commit
8a8de24caa
30 changed files with 247 additions and 214 deletions
|
@ -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%);
|
||||
|
|
Reference in a new issue