Files
klz-cables.com/.pnpm-store/v10/files/cc/95e9bf12a000c3c6c1da91b079962b6d340c2c3506af8e5dfa67deb1c045a071dd224371a8eb12105214b146ba23ba0dfe17928855e0b40b522be020beb49a
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

34 lines
669 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.error-pill {
align-self: center;
align-items: center;
border: 0;
padding: 0 base(0.25);
flex-shrink: 0;
border-radius: var(--style-radius-l);
line-height: 18px;
font-size: 11px;
text-align: center;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
background: var(--theme-error-300);
color: var(--theme-error-950);
&--fixed-width {
width: 18px;
height: 18px;
border-radius: 50%;
position: relative;
}
&__count {
letter-spacing: 0.5px;
margin-left: 0.5px;
}
}
}