mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Improve visual style of breadcrumbs
This commit is contained in:
parent
3849ea8057
commit
25a5d8de78
@ -503,6 +503,7 @@
|
||||
}
|
||||
|
||||
.navigation {
|
||||
background-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
@ -917,8 +918,9 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
||||
.sidebar-wrapper {
|
||||
overflow-y: auto;
|
||||
background: var(--secondary-color);
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.3rem;
|
||||
padding-top: 0.25rem;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.sidebar-item-icon {
|
||||
|
@ -84,7 +84,7 @@
|
||||
</div>
|
||||
<main class='col ps-md-2 pt-2'>
|
||||
{% block breadcrumb_list %}
|
||||
<div class='container-fluid'>
|
||||
<div class='container-fluid navigation'>
|
||||
<nav aria-label='breadcrumb'>
|
||||
<ol class='breadcrumb'>
|
||||
{% block breadcrumbs %}
|
||||
|
Loading…
Reference in New Issue
Block a user