Files
klz-cables.com/.pnpm-store/v10/files/9d/095dddcb63f4bc698905fbe64b6f59beeebc3b44ed1403f931da0d6bee6e21ae01dd09979df795f12f25dc488fed65d10ae9476f1fe7d56b2cdfae907bf67b
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

43 lines
750 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.value-container {
flex-grow: 1;
min-width: 0;
display: flex;
align-items: center;
flex-direction: row;
gap: calc(var(--base) / 2);
&__label {
color: var(--theme-elevation-550);
}
.rs__value-container {
overflow: visible;
padding: 2px;
gap: 2px;
> * {
margin: 0;
padding-top: 0;
padding-bottom: 0;
color: currentColor;
.field-label {
padding-bottom: 0;
}
}
&--is-multi {
width: calc(100% + base(0.25));
&.rs__value-container--has-value {
padding: 0;
margin-inline-start: -4px;
}
}
}
}
}