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

23 lines
340 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.sort-row {
opacity: 0.3;
cursor: not-allowed;
&.active {
cursor: grab;
opacity: 1;
}
&__icon {
height: 22px;
width: 22px;
margin-left: -2px;
margin-top: -2px;
display: block;
width: min-content;
}
}
}