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

21 lines
476 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.trash-banner {
display: flex;
align-items: center;
gap: calc(var(--base) * 0.5);
margin-bottom: var(--base);
padding: calc(var(--base) * 0.5) calc(var(--base) * 0.75);
border-radius: var(--style-radius-s);
background: var(--theme-warning-100);
color: var(--theme-warning-600);
}
html[data-theme='dark'] {
.trash-banner {
color: var(--theme-warning-800);
}
}
}