Files
klz-cables.com/.pnpm-store/v10/files/63/394cc0ef312b69d40dee21bb4c0c5f1dfe08d74e07f1ec314219b18af00ce67c0014f7e74db9acee1c4bc2ece7157baf2828c6e1a69e00e2552325cb44b9d0
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

36 lines
644 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.file-details-draggable {
display: flex;
gap: 0.6rem;
//justify-content: space-between;
align-items: center;
background: var(--theme-elevation-50);
border-radius: 3px;
padding: 0.7rem 0.8rem;
&--drag-wrapper {
display: flex;
gap: 0.6rem;
align-items: center;
}
&__thumbnail {
max-width: 1.5rem;
}
&__actions {
flex-grow: 2;
display: flex;
gap: 0.6rem;
align-items: center;
justify-content: flex-end;
}
&__remove.btn--style-icon-label {
margin: 0;
}
}
}