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

27 lines
474 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.code-field {
position: relative;
&.error {
textarea {
border: 1px solid var(--theme-error-500) !important;
}
.code-editor {
border-color: var(--theme-error-500);
}
.monaco-editor-background,
.margin {
background-color: var(--theme-error-50);
}
}
.read-only {
.code-editor {
@include readOnly;
}
}
}
}