Files
klz-cables.com/.pnpm-store/v10/files/5d/f6872257b321fc2f67f9d7eaa9c643c0839ec5a58426e0ca67cad50f7149cec52c6d9566c142b59a3868602e5e0788a415b489c323cb8fb01bc9db8b890349
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

45 lines
774 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.per-page {
ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: calc(var(--base) / 4);
}
&__base-button {
display: flex;
align-items: center;
font-weight: bold;
}
&__button {
@extend %btn-reset;
cursor: pointer;
text-align: left;
width: 100%;
display: flex;
align-items: center;
color: var(--theme-elevation-500);
&:hover,
&:focus-visible {
text-decoration: underline;
}
svg .stroke {
stroke: currentColor;
}
}
&__button-active {
font-weight: bold;
color: var(--theme-text);
}
}
}