Files
klz-cables.com/.pnpm-store/v10/files/83/021b9bfef2a080c18de7a83e2b95b9628fa0d66a0b0aec6654a24abab461f7513c39a778bc228ea452e43394d2604f2ccb2ce24c64131d2b063790710f4a31
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

24 lines
456 B
Plaintext

@import '../../../../scss/styles';
@layer payload-default {
.query-preset-where-field {
.field-label {
margin-bottom: calc(var(--base) / 2);
}
.value-wrapper {
background-color: var(--theme-elevation-50);
padding: var(--base);
}
}
.query-preset-where-field {
.pill {
&--style-always-white {
background: var(--theme-elevation-250);
color: var(--theme-elevation-1000);
}
}
}
}