This commit is contained in:
Roman Pyrih
2025-10-24 09:05:26 +02:00
parent cfeae577fb
commit daaeb57f6e
5 changed files with 98 additions and 15 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

@@ -466,17 +466,17 @@ div.cus-sticky {
} }
} }
#index { // #index {
#page { // #page {
#main { // #main {
.page-home { // .page-home {
.box-slideh6 { // .box-slideh6 {
padding: 0 30px !important; // padding: 0 30px !important;
} // }
} // }
} // }
} // }
} // }
.tr-inpost-box { .tr-inpost-box {
clear: both !important; clear: both !important;
@@ -553,3 +553,86 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"]
} }
} }
} }
body#index {
header#header {
.header-top {
> .inner {
> .box-top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
}
> .inner:not(.cus-sticky) {
.box-top6 {
&:not(:hover) {
.leo-megamenu .navbar-header {
.navbar-toggler {
&::before {
background: #fff;
}
&::after {
border-color: #fff;
}
}
}
.leo-megamenu .navbar-nav > li > a {
color: #fff;
}
#leo_search_block_top {
.title_block {
color: #fff;
}
}
#_desktop_user_info {
.popup-title {
i {
color: #fff;
}
}
}
.wislish-button {
.ap-btn-wishlist {
i {
color: #fff;
}
}
}
#_desktop_cart {
.header {
i {
color: #fff;
}
}
}
}
}
}
@media (max-width: 1200px) {
.leo-megamenu .navbar-nav > li > a {
padding-top: 0;
padding-bottom: 0;
}
}
}
}
// .hp-hero-slider {
// padding-top: 30px;
// @media (max-width: 1200px) {
// padding-top: 20px;
// }
// }
.box-slideh6 {
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long