Upcoming Walmart deadline. Copied and backed up a bunch of templates.

This commit is contained in:
Norm Rasmussen
2025-03-03 21:26:31 -05:00
parent 73282a0dac
commit f7492809ac
117 changed files with 6167 additions and 26 deletions

View File

@ -1,3 +1,17 @@
{% comment %}
3p Sandbox Group UUID = 490ab1f6-9ac0-4d02-9234-07707bee700b
Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70
{% endcomment %}
{% assign basic_3p_user = false %}
{% if current_person.groups.any? %}
{% for group in current_person.groups %}
{% if group.id == '9f5c51a3-8e02-4b81-9e48-7ec3adff7c70' or group.id == '490ab1f6-9ac0-4d02-9234-07707bee700b' %}
{% assign basic_3p_user = true %}
{% endif %}
{% endfor %}
{% endif %}
<header class="np-header np-header-color">
<div class="np-header-content">
<div class="np-hidden-desktop np-header-mobile-menu-nav">
@ -106,7 +120,7 @@
data-toggle-class-on-target="np-hidden"
data-toggle-target=".np-header-avatar-tooltip"
data-toggle-outside
>
>
<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 1.33333V0H12V1.33333H0ZM0 4.66667H12V3.33333H0V4.66667ZM0 8H12V6.66667H0V8Z" fill="#6D6E71"/>
</svg>
@ -208,7 +222,7 @@
<style>
.np-header-content {
max-width:1920px;
margin:auto;
@ -263,7 +277,7 @@
top: 56px;
padding: 8px 0;
font-size:16px;
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
min-width:220px;
}
@ -346,7 +360,7 @@
}
.np-header-avatar-tooltip {
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
box-shadow:none;
}
@ -388,4 +402,4 @@
padding: 16px 24px;
}
}
</style>
</style>