This commit is contained in:
2023-04-20 17:52:46 +05:30
parent 5e690bc062
commit 674df7448a
8 changed files with 860 additions and 299 deletions
+7 -3
View File
@@ -26,10 +26,10 @@ let nav_html = `
</div>
<div class="header-action-wrap header-action-flex header-action-width header-action-mrg-1">
<div class="same-style">
<a href="./myaccount.html" class="my_avatar"><i class="fa-solid fa-user"></i></a>
<a href="./myaccount.html" class="my_avatar"><i class="fa-solid fa-user"></i> PROFILE</a>
</div>
<div class="same-style header-cart">
<a class="cart-active1" href="#"><i class="fa-solid fa-cart-shopping"></i></a>
<a class="cart-active1" href="#"><i class="fa-solid fa-cart-shopping"></i> CART</a>
</div>
</div>
</div>
@@ -197,7 +197,11 @@ if (window.location.pathname.includes(loc_path) === false) {
localStorage.removeItem("top_data")
}
let loc_paths = '/partners.html';
if (window.location.pathname.includes(loc_paths) === true) {
$(".header-area").removeClass("bg-white");
$(".header-bottom.sticky-bar").addClass("shadow-none")
}
//services pages links and sources
let $body_pg = $("body").hasClass("services_page");
+8
View File
@@ -1595,4 +1595,12 @@ display: none;
.warranty-card .card{
background: rgb(22,62,96);
background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
}
.same-style a{
font-size:12px !important;
font-weight:600 !important;
}
.fs-60 {
font-size: 60px !important;
padding: 40px 0px !important;
}
+2 -2
View File
@@ -31616,8 +31616,8 @@ h4.checkout-title::before {
} */
.sticky-bar{
border-bottom: 1px solid #f9f9f9 !important;
box-shadow: 0 3px 6px 0 rgba(0,0,0,.2) !important;
/* border-bottom: 1px solid #f9f9f9 !important; */
/* box-shadow: 0 3px 6px 0 rgba(0,0,0,.2) !important; */
}
.order_details_btn {