Files
klz-cables.com/.pnpm-store/v10/files/76/85e88f723e6080fcc143549f54e9c0c4f046708ca3398995a4b79d975cba00e95b91e9da9d10ad0ca7450f045b00ecb226f67bf5c46758c3d39e73ca4a7134
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
503 B
Plaintext

.close-modal-button {
flex-shrink: 0;
border: 0;
background-color: transparent;
padding: 0;
margin: 0;
cursor: pointer;
overflow: hidden;
width: var(--base);
height: var(--base);
align-self: flex-start;
svg {
width: calc(var(--base) * 2);
height: calc(var(--base) * 2);
position: relative;
inset-inline-start: calc(var(--base) * -0.5);
top: calc(var(--base) * -0.5);
.stroke {
stroke-width: 2px;
vector-effect: non-scaling-stroke;
}
}
}