mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
16 lines
270 B
SCSS
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;
|
|
}
|
|
}
|