mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#7449: Apply distinctive styling to top navbar
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# Top bar #}
|
{# Top bar #}
|
||||||
<nav class="navbar navbar-light sticky-top flex-md-nowrap ps-6 p-3 search container-fluid noprint">
|
<nav class="navbar navbar-light sticky-top flex-md-nowrap p-1 mb-3 search container-fluid border-bottom bg-light bg-gradient noprint">
|
||||||
|
|
||||||
{# Mobile Navigation #}
|
{# Mobile Navigation #}
|
||||||
<div class="nav-mobile">
|
<div class="nav-mobile">
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
{% block title %}Home{% endblock %}
|
{% block title %}Home{% endblock %}
|
||||||
|
|
||||||
{% block content-wrapper %}
|
{% block content-wrapper %}
|
||||||
<div class="p-3">
|
<div class="px-3">
|
||||||
{# General stats #}
|
{# General stats #}
|
||||||
<div class="row masonry">
|
<div class="row masonry">
|
||||||
{% for section, items, icon in stats %}
|
{% for section, items, icon in stats %}
|
||||||
|
Reference in New Issue
Block a user