Files
klz-cables.com/.pnpm-store/v10/files/2e/15caf318ca75f131c4932bcd92ef13a5a629ecd8d56e0f33972048e0b4757891ee1222f2e82685cd4d182649e26caf55623ef628094b31923a1b2303377554
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

39 lines
629 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.sort-complex {
background: var(--theme-elevation-100);
padding: base(0.5);
display: flex;
&__wrap {
width: 100%;
display: flex;
align-items: center;
}
&__select {
width: 50%;
margin-bottom: base(0.5);
padding: 0 base(0.5);
flex-grow: 1;
}
&__label {
color: var(--theme-elevation-400);
margin: base(0.5) 0;
}
@include mid-break {
&__wrap {
display: block;
}
&__select {
margin: 0 0 base(0.5);
width: 100%;
}
}
}
}