Files
klz-cables.com/.pnpm-store/v10/files/99/f0998906e98a1cd4f3b827b94bf60ec27e96d9748320a724c4cce865eb98fdce15cb8eecbcc520a9afb4129d85e2d8131ca7ced63ea2af00e877b0edbd0e51
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

32 lines
580 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.list-controls {
display: flex;
flex-direction: column;
.pill-selector,
.where-builder,
.sort-complex,
.group-by-builder {
margin-top: calc(var(--base) / 2);
}
@include small-break {
.search-bar__actions {
.pill {
padding: base(0.2) base(0.2) base(0.2) base(0.4);
justify-content: space-between;
}
}
&__toggle-columns,
&__toggle-where,
&__toggle-sort,
&__toggle-group-by {
flex: 1;
}
}
}
}