Files
klz-cables.com/.pnpm-store/v10/files/bb/caab0ae979f978ec28cb701a3cc8f84fe945086bf5761acce2a5b2057f9c640ea13872f6c65672ca6cfd0d9c886155c78d8705f032e92498903c51e562f45c
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

15 lines
232 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.icon--copy {
height: $baseline;
width: $baseline;
.stroke {
fill: none;
stroke: currentColor;
stroke-width: $style-stroke-width-s;
}
}
}