This commit is contained in:
2026-02-25 15:34:56 +01:00
parent 1069cc74e8
commit c82e8b8c72
3 changed files with 10 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2739,6 +2739,10 @@ body#category {
} }
} }
} }
img {
object-position: left center;
}
} }
.slide-button { .slide-button {
@@ -3566,8 +3570,7 @@ body#authentication {
} }
&.promo-item { &.promo-item {
>a[href="https://masimmo.pl/promocje/"] > a[href='https://masimmo.pl/promocje/'] {
{
span { span {
color: #e79332 !important; color: #e79332 !important;
} }
@@ -4567,7 +4570,9 @@ section#checkout-payment-step {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
transition: opacity 250ms ease, visibility 250ms ease; transition:
opacity 250ms ease,
visibility 250ms ease;
overflow: auto; overflow: auto;
&.active { &.active {