Big update for Scintilla with eCommerce. Backed up all the work Raj did.
This commit is contained in:
@ -103,6 +103,14 @@ Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
|
||||
</div>
|
||||
|
||||
{% if current_person.signed_in? %}
|
||||
|
||||
{% if features.commerce? %}
|
||||
<a class="np-hidden-mobile np-header-button np-header-button-cart" href="{% route cart %}">
|
||||
<i class="np-header-button-icon far fa-shopping-cart"></i>
|
||||
{% t.cart %}
|
||||
{% commerce_cart_badge %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% unless basic_3p_user %}
|
||||
<div class="np-hidden-mobile np-header-search np-header-search-expanded">
|
||||
<form action="{% route search %}" method="get" data-test="desktop-search">
|
||||
@ -263,7 +271,7 @@ Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
|
||||
font-weight: 400;
|
||||
font-size: 13px;
|
||||
transition: transform 0.2s;
|
||||
color: #333;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.header-dropdown-container.np-hidden-mobile:hover .dropdown-arrow:after,
|
||||
@ -332,7 +340,7 @@ Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
|
||||
.np-header-avatar-tooltip-navigation-link {
|
||||
font-weight: 400;
|
||||
font-size:16px;
|
||||
color:#333;
|
||||
color:#000000;
|
||||
padding:22px 16px;
|
||||
}
|
||||
|
||||
@ -372,7 +380,7 @@ Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
|
||||
}
|
||||
|
||||
.np-header-mobile-menu-content-button {
|
||||
color:#333;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
@media (min-width:768px) {
|
||||
|
||||
Reference in New Issue
Block a user