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

53 lines
1.1 KiB
Plaintext

@layer payload-default {
.timezone-picker-wrapper {
display: flex;
gap: calc(var(--base) / 4);
margin-top: calc(var(--base) / 4);
align-items: center;
.field-label {
margin-right: unset;
color: var(--theme-elevation-400);
flex-shrink: 0;
}
.timezone-picker {
display: inline-block;
.rs__menu {
min-width: calc(var(--base) * 14);
overflow: hidden;
border-radius: calc(var(--base) * 0.25);
}
.rs__value-container {
text-align: center;
}
.rs__control {
background: none;
border: none;
padding: 0;
padding-left: calc(var(--base) * 0.25);
min-height: auto !important;
position: relative;
box-shadow: unset;
min-width: var(--base);
&:hover {
cursor: pointer;
box-shadow: unset;
}
&.rs__control--menu-is-open::before {
display: block;
}
}
.rs__indicators {
margin-inline-start: calc(var(--base) * 0.25);
}
}
}
}