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

19 lines
309 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.json-field {
position: relative;
&.error {
.code-editor {
border-color: var(--theme-error-500);
}
.monaco-editor-background,
.margin {
background-color: var(--theme-error-50);
}
}
}
}