Files
klz-cables.com/.pnpm-store/v10/files/96/6e9b5888b07fe4efc095d49ab4fb18f058d1731af460e5d8daaf1506d99aed99cd3bcb66122bf731e07c3ef4faab3888b5ed2ba83c5ebd58c407ae496c820d
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

41 lines
673 B
Plaintext

@import '../../scss/styles';
@layer payload-default {
[dir='rtl'] .search-filter {
svg {
right: base(0.5);
left: 0;
}
&__input {
padding-right: base(2);
padding-left: 0;
}
}
.search-filter {
position: relative;
svg {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: base(0.5);
}
&__input {
@include formInput;
height: auto;
padding: 0;
box-shadow: none;
background-color: var(--theme-elevation-50);
border: none;
&:not(:disabled) {
&:hover,
&:focus {
box-shadow: none;
}
}
}
}
}