Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
41 lines
649 B
Plaintext
41 lines
649 B
Plaintext
@import '../../scss/styles.scss';
|
|
|
|
@layer payload-default {
|
|
.page-controls {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
&__page-info {
|
|
[dir='ltr'] & {
|
|
margin-right: base(1);
|
|
margin-left: auto;
|
|
}
|
|
|
|
[dir='rtl'] & {
|
|
margin-left: base(1);
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
@include small-break {
|
|
flex-wrap: wrap;
|
|
|
|
&__page-info {
|
|
[dir='ltr'] & {
|
|
margin-left: base(0.5);
|
|
}
|
|
|
|
[dir='rtl'] & {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.paginator {
|
|
width: 100%;
|
|
margin-bottom: base(0.5);
|
|
}
|
|
}
|
|
}
|
|
}
|