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

38 lines
624 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.upload--has-many {
position: relative;
max-width: 100%;
&__drag {
&[aria-disabled='true'] {
&:hover {
cursor: default;
}
}
}
&__draggable-rows {
display: flex;
flex-direction: column;
gap: calc(var(--base) / 4);
}
&__dragItem {
.icon--drag-handle {
color: var(--theme-elevation-400);
}
.thumbnail {
width: 26px;
height: 26px;
}
.uploadDocRelationshipContent__details {
line-height: 1.2;
}
}
}
}