Files
klz-cables.com/.pnpm-store/v10/files/d0/01ec86e305b9ad2af23f738e7006b77b3285749603a0deacbd6f1e011fc6a4d7f01d42d353bad4dfd605d511734def73b7878a8f03171952bee7aaa266a2da
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

44 lines
824 B
Plaintext

@import '../../../scss/styles.scss';
@layer payload-default {
.live-preview-toolbar {
display: flex;
background-color: var(--theme-bg);
color: var(--theme-text);
height: calc(var(--base) * 1.75);
align-items: center;
flex-shrink: 0;
&--static {
position: relative;
width: 100%;
justify-content: center;
border-bottom: 1px solid var(--theme-elevation-100);
}
&--draggable {
@include shadow-lg;
position: absolute;
top: 0;
left: 0;
margin: 0;
border-radius: 4px;
}
&__drag-handle {
background: transparent;
border: 0;
padding: 0;
cursor: grab;
.icon--drag-handle .fill {
fill: var(--theme-elevation-300);
}
&:active {
cursor: grabbing;
}
}
}
}