Files
klz-cables.com/.pnpm-store/v10/files/cf/55f55640b517ff3ab3a3c8a7fcb944251294cdc62dc389e2962fbfe7ed0c60a4810fb83f15c4dc2787193cb3d7a38609c0da93f68c2d73b7d7d60aa4b3cb2f
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

17 lines
305 B
Plaintext

@layer payload-default {
.drawer-link {
display: flex;
gap: calc(var(--base) / 2);
&__doc-drawer-toggler {
border: none;
background: none;
padding: 0;
cursor: pointer;
color: var(--color-text);
font-size: inherit;
line-height: inherit;
}
}
}