Skip to content
Snippets Groups Projects
Commit 1a0c7c3a authored by unknown's avatar unknown
Browse files

cleanup

parent affc6ee6
No related merge requests found
{% if DEPLOYMENT_ENV != "PROD" and DEPLOYMENT_ENV != "MOCK" %}
<div class="watermark">{{DEPLOYMENT_ENV}}</div>
<!-- must be inline as it uses django template tags -->
<style>
.watermark {
position: fixed;
transform: translate(-50%, -50%);
opacity: 0.3;
{% if DEPLOYMENT_ENV == "STAGE" %}
color: RED;
{% else %}
color: GREEN;
{% endif %}
font-size: 15em;
top: 50%;
left: 50%;
pointer-events: none;
box-sizing: unset;
}
</style>
{%endif %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment