Files
klz-cables.com/.pnpm-store/v10/files/09/06b016f4edfe2bb201fcb1cfbcf7023c01f99dc0aa2f0d3b72b0e6d5706efb2532050a4e09cb2183e3b7152122cb852b9391203be6709a90f05877f1c55501
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

40 lines
608 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.popup-button {
height: 100%;
color: currentColor;
padding: 0;
font-size: inherit;
line-height: inherit;
font-family: inherit;
border: 0;
cursor: pointer;
display: inline-flex;
&--background {
background: transparent;
}
&--size-xsmall {
padding: base(0.1);
}
&--size-small {
padding: base(0.2);
}
&--size-medium {
padding: base(0.3);
}
&--size-large {
padding: base(0.4);
}
&--disabled {
cursor: not-allowed;
}
}
}