Files
klz-cables.com/.pnpm-store/v10/files/ae/980b9939d8f14da152ae3e1cf904ad736e1aa61399e2e1c1a24648bb2f995317eb9e0ac1994df63b0fef2c379c774969f6271df1a622f89bcf966eaacc1caa
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

43 lines
784 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.where-builder {
background: var(--theme-elevation-50);
padding: var(--base);
display: flex;
flex-direction: column;
gap: calc(var(--base) / 2);
.btn {
margin: 0;
align-self: flex-start;
}
&__no-filters {
display: flex;
flex-direction: column;
gap: calc(var(--base) / 2);
}
&__or-filters,
&__and-filters {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: calc(var(--base) / 2);
li {
display: flex;
flex-direction: column;
gap: calc(var(--base) / 2);
}
}
@include small-break {
padding: calc(var(--base) / 2);
}
}
}