[UPDT] BASE: Updated Two Factor Authentication Page style
This commit is contained in:
@@ -145,8 +145,20 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="{% static '/build/js/web.frontend.min.js' %}"></script>
|
<script src="{% static '/build/js/web.frontend.min.js' %}"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user