Files
klz-cables.com/.pnpm-store/v10/files/1e/7a3f9f33751638d367cd6950c13bdfaab2b4ca732045226d8fabd0d0a4ede6b3d9ff3884156678b99ce3b52aaf7ca755241d222ca98b70648aafc6869975ff
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
404 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.delete-document {
@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;
}
}
}
}
}