fleet/frontend/pages/ManageControlsPage/components/Pagination/_styles.scss
2023-11-29 09:32:42 -05:00

16 lines
270 B
SCSS

.pagination-new {
display: flex;
align-items: center;
gap: $pad-large;
&__pagination-button {
color: $core-vibrant-blue;
font-weight: $bold;
padding: $pad-small;
}
button:hover,
button:focus {
background-color: $ui-vibrant-blue-10;
}
}