mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
21 lines
309 B
SCSS
21 lines
309 B
SCSS
@import "admin/variables";
|
|
|
|
.pagination {
|
|
text-align: center;
|
|
margin: 2em 0 1em;
|
|
|
|
button {
|
|
margin: 0 0.35em;
|
|
|
|
&.active {
|
|
background-color: darken($spree-blue, 15%);
|
|
cursor: default;
|
|
}
|
|
|
|
&.disabled {
|
|
background-color: $disabled_button;
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|