mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
23 lines
310 B
SCSS
23 lines
310 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;
|
|
}
|
|
|
|
.ts-control > * {
|
|
padding-right: 2.75em;
|
|
}
|
|
}
|
|
|
|
.per-page-feedback {
|
|
margin-left: 1em;
|
|
}
|
|
}
|