Files
klz-cables.com/.pnpm-store/v10/files/71/5cd8a526a5b0f80601f2505538f5f7ebd88f9f8aa2c98dcad018f3ea274265c092d15c10ba35972cc6237fc58fb4cca5c16e63243744903628057be2b3a586
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
453 B
Plaintext

.no-results {
padding-top: calc(var(--base) / 2);
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
border-radius: var(--style-radius-m);
h3 {
margin: 0;
}
p {
margin: calc(var(--base) / 2) 0 0 0;
&:first-child {
margin-top: 0;
}
}
&__actions {
display: flex;
gap: calc(var(--base) / 2);
margin-top: var(--base);
.btn {
margin: 0;
}
}
}