Files
klz-cables.com/.pnpm-store/v10/files/d6/2cbb02cd75174d1e2c2ffcbcd916f611d78d083f799a24512875b0f315179ff2cedf2742eb601ec079a6191e3e267dae29967dba969074eb9d1398aeb276bd
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
1011 B
Plaintext

@import '../../scss/styles.scss';
@layer payload-default {
.relationship-add-new {
display: flex;
align-items: stretch;
.popup__trigger-wrap {
display: flex;
align-items: stretch;
height: 100%;
}
&__add-button:not(.relationship-add-new__add-button--unstyled),
&__add-button:not(.relationship-add-new__add-button--unstyled).doc-drawer__toggler {
@include formInput;
margin: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
position: relative;
height: 100%;
margin-left: -1px;
display: flex;
padding: 0 base(0.5);
align-items: center;
display: flex;
cursor: pointer;
}
&__add-button {
margin: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
position: relative;
height: 100%;
margin-left: -1px;
display: flex;
padding: 0 base(0.5);
align-items: center;
display: flex;
cursor: pointer;
}
}
}