.
This commit is contained in:
Vendored
+7
-3
@@ -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");
|
||||
|
||||
Vendored
+8
@@ -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;
|
||||
}
|
||||
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user