Skip to content

Commit

Permalink
Updating pagination styling with new changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Oct 28, 2024
1 parent 5444ca0 commit defb099
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/modules/records/components/Pagination/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@
justify-self: end;
}
.pagination-input {
border: solid 1px rgba(0, 0, 0, 0.3);
border-radius: 4px;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
display: flex;
margin: 0 0.5rem;
padding: 0.15rem;
margin: 0 0.5rem!important;
padding: 0.15rem!important;
text-align: center;
width: 5rem;
width: 5rem!important;
}

0 comments on commit defb099

Please sign in to comment.