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

63 lines
1.2 KiB
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.bulk-upload--actions-bar {
display: flex;
padding-inline: var(--gutter-h);
align-items: center;
border-bottom: 1px solid var(--theme-border-color);
position: sticky;
z-index: 1;
top: 0;
background-color: var(--theme-bg);
height: var(--doc-controls-height);
&__navigation {
display: flex;
gap: var(--base);
align-items: center;
width: 100%;
}
&__locationText {
font-variant-numeric: tabular-nums;
margin: 0;
}
&__controls {
display: flex;
gap: calc(var(--base) / 2);
.btn {
background-color: var(--theme-elevation-100);
width: calc(var(--base) * 1.2);
height: calc(var(--base) * 1.2);
&:hover {
background-color: var(--theme-elevation-200);
}
&__label {
display: flex;
}
}
}
&__buttons {
display: flex;
gap: var(--base);
margin-left: auto;
white-space: nowrap;
}
@include mid-break {
&__navigation {
justify-content: space-between;
}
&__saveButtons {
display: none;
}
}
}
}