Files
klz-cables.com/.pnpm-store/v10/files/c6/9d75fd4d5d592eea56d31e9764206370f3df1ce54db930a4cd91f788f1ec3efad1615e430c77481f5a7e57f0d918f539f5d7ecc99882e06143b3f42ce5911f
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
436 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.icon--chevron {
height: var(--base);
width: var(--base);
.stroke {
fill: none;
stroke: currentColor;
stroke-width: $style-stroke-width-s;
vector-effect: non-scaling-stroke;
}
&.icon--size-large {
height: var(--base);
width: var(--base);
}
&.icon--size-small {
height: 12px;
width: 12px;
}
}
}