chore: move typings

This commit is contained in:
Arvid Norlin
2024-08-20 09:30:03 +02:00
parent 0453728696
commit 7e719bc475
3 changed files with 24 additions and 11 deletions

View File

@@ -13,6 +13,7 @@
.paginationButton {
background-color: transparent;
border: none;
cursor: pointer;
height: 32px;
width: 32px;
font-size: var(--typography-Body-Bold-fontSize);
@@ -24,6 +25,9 @@
flex-shrink: 0;
}
.paginationButton[disabled] {
cursor: not-allowed;
}
.chevronLeft {
transform: rotate(180deg);
height: 100%;