Files
klz-cables.com/.pnpm-store/v10/files/da/0734406c361e3a4b1962932a55b2d84dd99be278cb1710687846c434ccd35e05624ac8357593cc757f1d3f69c0eb41eb51704a40c744a22e1d6e752780d68d
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
252 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.icon--sort {
height: $baseline;
width: $baseline;
.fill {
stroke: currentColor;
stroke-width: $style-stroke-width-s;
fill: var(--theme-elevation-800);
}
}
}