Files
klz-cables.com/.pnpm-store/v10/files/f0/689fadcbb9354ff9f5091219a0e6894c8cb4a7488b7ce5f44193080b45d8a1cddfc0c0054d1d1a56983b83482312636bab1da1dcc1d4f2114d0673098c367b
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

25 lines
571 B
Plaintext

@import '../../../../../scss/styles.scss';
@layer payload-default {
.bool-cell {
font-size: 1rem;
line-height: base(1);
border: 0;
display: inline-flex;
vertical-align: middle;
background: var(--theme-elevation-150);
color: var(--theme-elevation-800);
border-radius: $style-radius-s;
padding: 0 base(0.25);
[dir='ltr'] & {
padding-left: base(0.0875 + 0.25);
}
[dir='rtl'] & {
padding-right: base(0.0875 + 0.25);
}
background: var(--theme-elevation-100);
color: var(--theme-elevation-800);
}
}