1
0
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:
jeremystretch
2021-12-22 15:32:35 -05:00
parent 7fe45018e9
commit d650d10cb2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
</div>
{# 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 #}
<div class="nav-mobile">

View File

@ -23,7 +23,7 @@
{% block title %}Home{% endblock %}
{% block content-wrapper %}
<div class="p-3">
<div class="px-3">
{# General stats #}
<div class="row masonry">
{% for section, items, icon in stats %}