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

25 lines
477 B
Plaintext

.drawer-action-header {
padding-top: calc(var(--base) * 2);
padding-bottom: calc(var(--base) * 1);
border-bottom: 1px solid var(--theme-elevation-100);
&__content {
margin-left: var(--gutter-h);
margin-right: var(--gutter-h);
display: flex;
justify-content: space-between;
align-items: center;
}
&__title {
margin: 0;
}
&__actions {
display: flex;
margin-left: auto;
padding-left: var(--base);
gap: var(--base);
}
}