2023-04-28 03:13:35 +02:00
|
|
|
.bi {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
2020-11-23 17:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Sidebar
|
|
|
|
*/
|
|
|
|
|
2023-04-28 03:13:35 +02:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.sidebar .offcanvas-lg {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
position: sticky;
|
|
|
|
top: 48px;
|
|
|
|
}
|
|
|
|
.navbar-search {
|
|
|
|
display: block;
|
2020-11-23 17:50:45 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .nav-link {
|
2023-04-28 03:13:35 +02:00
|
|
|
font-size: .875rem;
|
2020-11-23 17:50:45 +01:00
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .nav-link.active {
|
2021-05-18 07:47:09 +02:00
|
|
|
color: #2470dc;
|
2020-11-23 17:50:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-heading {
|
|
|
|
font-size: .75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Navbar
|
|
|
|
*/
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
padding-top: .75rem;
|
|
|
|
padding-bottom: .75rem;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .form-control {
|
|
|
|
padding: .75rem 1rem;
|
|
|
|
}
|