Files
klz-cables.com/.pnpm-store/v10/files/d8/492f18da77ede9253e1933441e64ae8e56e6cd3d3f126828a45739e83db0dcad831f0604036606484400766193b10ff5614458a6b1b6a9fbcc8a485f40a4a6
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

30 lines
594 B
Plaintext

@layer payload-default {
.drawer-close-button {
--size: calc(var(--base) * 1.2);
border: 0;
background-color: transparent;
padding: 0;
cursor: pointer;
overflow: hidden;
direction: ltr;
display: flex;
align-items: center;
justify-content: center;
width: var(--size);
height: var(--size);
svg {
margin: calc(-1 * var(--size));
width: calc(var(--size) * 2);
height: calc(var(--size) * 2);
position: relative;
.stroke {
stroke-width: 1px;
vector-effect: non-scaling-stroke;
}
}
}
}