Files
klz-cables.com/.pnpm-store/v10/files/48/2b215630e6324127472ccdf663af2691a5ad95fe7542020f9820ec39debe73f6835416c2d3a966e7ee8911460ee7a78970dfd219575c7f57413d7250e864c7
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

17 lines
314 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.locked {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
pointer-events: all;
&__tooltip {
left: 0;
transform: translate3d(-0%, calc(var(--caret-size) * -1), 0);
}
}
}