mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 04:58:25 +00:00
8 lines
149 B
SCSS
8 lines
149 B
SCSS
.pagination {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: $pad-small;
|
|
margin-left: auto;
|
|
text-align: right;
|
|
gap: $pad-large;
|
|
}
|