Big Walmart notes - huge, important meeting! Harri McDonalds template changes. Re-downloaded Luminate changes.

This commit is contained in:
Norm Rasmussen
2023-10-20 16:36:57 -04:00
parent cc0d192db2
commit bc6a785eb3
110 changed files with 653 additions and 36 deletions

View File

@ -0,0 +1,29 @@
{% if current_person.properties.company == "McDonalds" %}
<style>
.np-header-color {
background: #DE352A;
}
*[class^="np-button"]:not(i),
.np-sub-navigation-content-item-bar {
background-color: #DE352A;
}
.np-button-color {
color: #DE352A;
}
.np-button:hover {
background-color: #F9BB30;
}
.np-button, .np-button-background-color {
background-color: #DE352A;
}
.dropbtn
{
background-color: #F9BB30;
color: #DE352A;
}
</style>
<script>
document.getElementsByClassName("np-footer-logo-image")[0].src = "https://s3.amazonaws.com/static.northpass.com/Harri/lockup-mcdonalds.png"
document.getElementsByClassName("np-header-logo-image")[0].src = "https://s3.amazonaws.com/static.northpass.com/Harri/lockup-mcdonalds.png"
</script>
{% endif %}