Files
klz-cables.com/.pnpm-store/v10/files/8a/f36ea40d100db8e2a3c461a53219023f92aefc975fecfb6654ac04e7851927b1438467507e538d3f932f8fd21322dc87a7f7c71d75b48bcccb64d70de800c3
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

18 lines
274 B
Plaintext

.icon--dots {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 2px;
height: 2rem;
width: 2rem;
> div {
width: 3px;
height: 3px;
border-radius: 100%;
background-color: currentColor;
}
}