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

26 lines
401 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.restore-many {
@include blur-bg;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
&__toggle {
@extend %btn-reset;
}
&__checkbox {
padding: calc(var(--base) * 0.5) 0;
.checkbox-input {
label {
padding-bottom: 0;
}
}
}
}
}