Files
klz-cables.com/.pnpm-store/v10/files/e8/9e5201c98eb68e04f02e0fbed4ec09bda0bd6799cccd039123699844c1acac25cabc8810785969d847f10e2cbb654742b4f15586842d00adf11fd9313a7e29
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
549 B
Plaintext

@layer payload-default {
.bulk-upload--add-files {
height: 100%;
display: flex;
flex-direction: column;
&__dropArea {
height: 100%;
padding: calc(var(--base) * 2) var(--gutter-h);
}
.dropzone {
flex-direction: column;
justify-content: center;
display: flex;
gap: var(--base);
background-color: var(--theme-elevation-50);
p {
margin: 0;
}
}
&__dragAndDropText {
margin: 0;
text-transform: lowercase;
align-self: center;
}
}
}