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

30 lines
625 B
Plaintext

@import '../../../../../scss/styles.scss';
@layer payload-default {
.code-cell {
font-size: 1rem;
line-height: base(1);
border: 0;
display: inline-flex;
vertical-align: middle;
background: var(--theme-elevation-150);
color: var(--theme-elevation-800);
border-radius: $style-radius-m;
padding: 0 base(0.25);
background: var(--theme-elevation-100);
color: var(--theme-elevation-800);
[dir='ltr'] & {
padding-left: base(0.0875 + 0.25);
}
[dir='rtl'] & {
padding-right: base(0.0875 + 0.25);
}
&:hover {
text-decoration: inherit;
}
}
}