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

16 lines
357 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
.id-label {
font-size: base(0.8);
line-height: base(1.2);
font-weight: normal;
color: var(--theme-elevation-600);
background: var(--theme-elevation-100);
padding: base(0.2) base(0.4);
border-radius: $style-radius-m;
display: inline-flex;
width: fit-content;
}
}