Files
klz-cables.com/.pnpm-store/v10/files/ed/82a34076f48f3e654910f8a6b6b4a97c46153c6325f3774a3f882dae73476d20823534bff79e9081106c55ea9b894af3676fc68b632acf933a09e9e1b48103
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

22 lines
351 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.gutter {
&--left {
padding-left: var(--gutter-h);
}
&--right {
padding-right: var(--gutter-h);
}
&--negative-left {
margin-left: calc(-1 * var(--gutter-h));
}
&--negative-right {
margin-right: calc(-1 * var(--gutter-h));
}
}
}