Skip to content

Commit

Permalink
Update pager styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed Dec 11, 2023
1 parent ce1f428 commit bd4e67a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/data/Pager/Pager.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
display: flex;
align-items: center;
justify-content: center;

.page {
padding: 0 var(--spacing-sm);

&.active {
color: var(--input-color);
}
}
}

svg {
height: 20px;
width: 20px;
}

.page {
padding: 0 var(--spacing-sm);

&.active {
color: var(--input-color);
}
}
.items {
color: var(--gray-100);
margin-right: var(--spacing-sm);
Expand Down

0 comments on commit bd4e67a

Please sign in to comment.