Files
klz-cables.com/.pnpm-store/v10/files/43/268aaa3ef47b5253830696124b26777698e5199f2abe8580559fdd3dd0389097dba86332bef36c25684e6c0da001900a2483689c5514421db035c84b7961c8
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

18 lines
354 B
Plaintext

@import '../../../../scss/styles';
@layer payload-default {
.query-preset-group-by-field {
.field-label {
margin-bottom: calc(var(--base) / 2);
}
.value-wrapper {
background-color: var(--theme-elevation-50);
padding: var(--base);
display: flex;
flex-wrap: wrap;
gap: calc(var(--base) / 2);
}
}
}