mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 13:26:25 -06:00
17644 fix login icon size
This commit is contained in:
parent
b4f166372b
commit
cf3b7675a7
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
{# NetBox logo #}
|
{# NetBox logo #}
|
||||||
<div class="text-center mb-4">
|
<div class="text-center mb-4">
|
||||||
<img src="{% static 'logo_netbox_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" height="80px" class="hide-theme-dark" style="height: 80px;">
|
<img src="{% static 'logo_netbox_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" height="80" class="hide-theme-dark" style="height: 80px;">
|
||||||
<img src="{% static 'logo_netbox_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" height="80px" class="hide-theme-light" style="height: 80px;">
|
<img src="{% static 'logo_netbox_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" height="80" class="hide-theme-light" style="height: 80px;">
|
||||||
<div class="netbox-edition fw-semibold">{{ settings.RELEASE.edition }}</div>
|
<div class="netbox-edition fw-semibold">{{ settings.RELEASE.edition }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user