Files
klz-cables.com/.pnpm-store/v10/files/ce/21682a28ab8fea4324f92f19a921498e0deff1e94b22f0a025770967e18a026e426a602f4adb07142c420acd98a642e51d536c66839b8cd5595025729ba4f1
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

20 lines
318 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.checkbox-popup {
&__options {
display: flex;
flex-direction: column;
gap: calc(var(--base) * 0.5);
padding: 0 3px;
}
.checkbox-input {
align-items: center;
label {
padding-bottom: 0;
}
}
}
}