Files
klz-cables.com/.pnpm-store/v10/files/dc/403ec24513eb84345591961a3f96b9cfa2ebc9c0658519ece7c275b760a222933c6d85ed2a37674b01d2e62166f6474029e3d699252f7634390101af92066d
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

17 lines
258 B
Plaintext

@layer payload-default {
.sort-by-pill {
&__order-option {
display: flex;
gap: calc(var(--base) * 0.25);
}
&__trigger {
.pill__label {
display: flex;
align-items: center;
gap: 4px;
}
}
}
}