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 {
|
.navigation {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
@ -917,8 +918,9 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
|
|||||||
.sidebar-wrapper {
|
.sidebar-wrapper {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background: var(--secondary-color);
|
background: var(--secondary-color);
|
||||||
margin-top: 1rem;
|
margin-top: 0.3rem;
|
||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-item-icon {
|
.sidebar-item-icon {
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<main class='col ps-md-2 pt-2'>
|
<main class='col ps-md-2 pt-2'>
|
||||||
{% block breadcrumb_list %}
|
{% block breadcrumb_list %}
|
||||||
<div class='container-fluid'>
|
<div class='container-fluid navigation'>
|
||||||
<nav aria-label='breadcrumb'>
|
<nav aria-label='breadcrumb'>
|
||||||
<ol class='breadcrumb'>
|
<ol class='breadcrumb'>
|
||||||
{% block breadcrumbs %}
|
{% block breadcrumbs %}
|
||||||
|
Loading…
Reference in New Issue
Block a user