One note for NinjaCat
This commit is contained in:
@ -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 %}
|
||||
Reference in New Issue
Block a user