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

34 lines
647 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.list-selection {
display: flex;
margin-left: auto;
color: var(--theme-elevation-500);
gap: 0.5em;
align-items: center;
&__actions {
display: flex;
gap: calc(var(--base) * 0.5);
}
&__button {
color: var(--theme-elevation-800);
background: unset;
border: none;
text-decoration: underline;
cursor: pointer;
padding: 0;
font-size: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@include small-break {
margin-bottom: base(0.5);
}
}
}