mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
styling fixes
This commit is contained in:
parent
50535b4f97
commit
2bd044a600
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -29,6 +29,7 @@ body {
|
|||||||
|
|
||||||
// Allows header to sit on top of side nav
|
// Allows header to sit on top of side nav
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
|
padding-bottom: 2rem;
|
||||||
padding-top: 56px;
|
padding-top: 56px;
|
||||||
z-index: 1020;
|
z-index: 1020;
|
||||||
}
|
}
|
||||||
@ -146,7 +147,7 @@ body {
|
|||||||
}
|
}
|
||||||
.netbox-edition {
|
.netbox-edition {
|
||||||
font-size: .7rem;
|
font-size: .7rem;
|
||||||
letter-spacing: .15rem;
|
letter-spacing: .05rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ Blocks:
|
|||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
||||||
{# Sidebar #}
|
{# Sidebar #}
|
||||||
<aside class="navbar navbar-vertical navbar-expand-lg pb-5">
|
<aside class="navbar navbar-vertical navbar-expand-lg">
|
||||||
|
|
||||||
{% if settings.RELEASE.edition != 'Community' %}
|
{% if settings.RELEASE.edition != 'Community' %}
|
||||||
<img class="motif" src="{% static 'motif.svg' %}" alt="{% trans "NetBox Motif" %}">
|
<img class="motif" src="{% static 'motif.svg' %}" alt="{% trans "NetBox Motif" %}">
|
||||||
@ -80,7 +80,7 @@ Blocks:
|
|||||||
<a href="{% url 'home' %}">
|
<a href="{% url 'home' %}">
|
||||||
<img src="{% static 'logo_netbox_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-dark">
|
<img src="{% static 'logo_netbox_dark_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-dark">
|
||||||
<img src="{% static 'logo_netbox_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-light">
|
<img src="{% static 'logo_netbox_bright_teal.svg' %}" alt="{% trans "NetBox Logo" %}" class="navbar-brand-image hide-theme-light">
|
||||||
<div class="netbox-edition fw-semibold mt-1">{{ settings.RELEASE.edition }}</div>
|
<div class="netbox-edition fw-semibold mt-1 text-secondary">{{ settings.RELEASE.edition }}</div>
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user