This commit is contained in:
Norm Rasmussen
2023-03-24 15:59:46 -04:00
parent a3660527c7
commit 5f971353ec
35 changed files with 3291 additions and 12 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 %}