[UPDT] BASE: Updated Two Factor Authentication Page style

This commit is contained in:
Horilla
2025-11-25 12:48:46 +05:30
parent 3559479dcd
commit 793c6ea6c2

View File

@@ -145,8 +145,20 @@
{% endif %}
</div>
</div>
<img src={% if white_label_company.icon %}
"{{white_label_company.icon.url}}" {% else %} "{% static 'images/ui/auth-logo.png' %}" {% endif %} alt="Horilla" />
<div style="display: contents;">
<img src={% if white_label_company.icon %}
"{{white_label_company.icon.url}}"
alt="{{white_label_company_name}}"
style=" opacity:.90; 200px; height: 140px;"
{% else %}
"{% static 'images/ui/auth-logo.png' %}" alt="Horilla"
{% endif %}
/>
{% if white_label_company %}
<p style=" font-size: large; color: gray; text-align: center;" class="mt-2">{{white_label_company}}</p>
{% endif %}
</div>
</main>
</div>
<script src="{% static '/build/js/web.frontend.min.js' %}"></script>