Luminate is re-branding to Scintilla on 2/5 - backed up all templates.
This commit is contained in:
BIN
Custom_Templates/customer_templates/Walmart Scintilla Sandbox/.DS_Store
vendored
Normal file
BIN
Custom_Templates/customer_templates/Walmart Scintilla Sandbox/.DS_Store
vendored
Normal file
Binary file not shown.
@ -1,7 +1,8 @@
|
||||
<nav class="np-sub-navigation np-hidden-mobile">
|
||||
<div class="np-sub-navigation-content">
|
||||
{% for link in navigations.sub_navigation %}
|
||||
<div class="np-sub-navigation-content-item {{ link.active_class }}">
|
||||
|
||||
<div class="np-sub-navigation-content-item {{ link.label }} {{ link.active_class }}">
|
||||
<a class="np-sub-navigation-content-item-link" href="{{ link.url }}">
|
||||
<i class="{{ link.icon }} np-button-color np-sub-navigation-content-item-icon"></i>
|
||||
{{ link.label }}
|
||||
@ -38,6 +39,13 @@
|
||||
} else {
|
||||
document.querySelector(".certifications-link").classList.add("np-sub-navigation-content-item-inactive")
|
||||
}
|
||||
|
||||
if (window.location.pathname == "/app/filtered-catalog") {
|
||||
document.querySelector(".Catalog").classList.remove("np-sub-navigation-content-item-inactive")
|
||||
document.querySelector(".Catalog").classList.add("np-sub-navigation-content-item-active")
|
||||
} else {
|
||||
document.querySelector(".Catalog").classList.add("np-sub-navigation-content-item-inactive")
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="np-dashboard-resources">
|
||||
{% for catname in catArr %}
|
||||
<a href="app/filtred-catalog?catname={{catname | url_encode }}" style="text-decoration: unset;">
|
||||
<a href="app/filtered-catalog?catname={{catname | url_encode }}" style="text-decoration: unset;">
|
||||
<div class="content-catds">
|
||||
<div class="content-catds-text">
|
||||
{{ catname }}
|
||||
|
||||
@ -66,6 +66,7 @@
|
||||
line-height: 1;
|
||||
padding: 5px 12px;
|
||||
text-decoration: none;
|
||||
width: auto;
|
||||
}
|
||||
.searchtext {
|
||||
width: 100%
|
||||
|
||||
Reference in New Issue
Block a user