Files
klz-cables.com/.pnpm-store/v10/files/44/74e7f4759d65f8cc1416a775b915ef66140624874218effbcfbe65b99c85e1a6b0ae6392b4efd6c5629f5c8b474807753c2045339a9a5487a19e82262d7e75
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
550 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.array-actions {
&__button {
@extend %btn-reset;
cursor: pointer;
border-radius: 100px;
&:hover {
background: var(--theme-elevation-0);
}
}
&__actions {
list-style: none;
margin: 0;
padding: 0;
}
&__action {
display: flex;
gap: calc(var(--base) / 2);
align-items: center;
svg {
position: relative;
.stroke {
stroke-width: 1px;
}
}
}
}
}