30 lines
851 B
Plaintext
30 lines
851 B
Plaintext
{% 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 %}
|