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

57 lines
997 B
Plaintext

@layer payload-default {
.upload-relationship-details {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
min-width: 0;
&__imageAndDetails {
display: flex;
gap: calc(var(--base) / 2);
align-items: center;
min-width: 0;
}
&__thumbnail {
align-self: center;
border-radius: var(--style-radius-s);
}
&__details {
display: flex;
flex-direction: column;
gap: 0;
overflow: hidden;
margin-right: calc(var(--base) * 2);
}
&__filename {
margin: 0;
text-wrap: nowrap;
text-overflow: ellipsis;
overflow: hidden;
a {
text-decoration: none;
}
}
&__meta {
margin: 0;
color: var(--theme-elevation-500);
text-wrap: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
&__actions {
flex-shrink: 0;
display: flex;
}
.btn {
margin: 0;
}
}
}