Files
klz-cables.com/.pnpm-store/v10/files/1b/7478611633579b3963f983ed9b67c16288e7d245a65435c2840581c3c17e05c2c677c9ab5dbae455815119fdb9587151002ceb24124d32fbd535a5527b29e4
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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);
}
}
}
}