mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
19 lines
252 B
SCSS
19 lines
252 B
SCSS
.per-page {
|
|
float: left;
|
|
|
|
&.right {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
|
|
.per-page-feedback {
|
|
margin-right: 1em;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.per-page-feedback {
|
|
margin-left: 1em;
|
|
}
|
|
}
|