Files
klz-cables.com/.pnpm-store/v10/files/b4/6e4ee8363820e292f1110f4ed140f8c92503706f2023437709677954f122e3ec14b4cb07922185e419c951570e20507bb7b0f7e575a0d2366aa4fdbf6965ee
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

31 lines
644 B
Plaintext

@layer payload-default {
.move-folder-drawer {
&__body-section {
display: grid;
grid-template-rows: auto 1fr;
gap: var(--base);
}
&__breadcrumbs-section {
padding: calc(var(--base) * 0.75) var(--gutter-h);
border-bottom: 1px solid var(--theme-elevation-100);
display: flex;
justify-content: space-between;
.move-folder-drawer__add-folder-button {
margin-left: var(--base);
}
}
&__folder-breadcrumbs-root {
display: flex;
align-items: center;
gap: calc(var(--base) / 2);
}
.item-card-grid__title {
display: none;
}
}
}