2024-09-21 11:37:49 +00:00
|
|
|
$primary: #ff5733;
|
|
|
|
|
|
|
|
@import "/node_modules/bootstrap/scss/bootstrap";
|
2024-11-12 16:37:33 +00:00
|
|
|
@import "/node_modules/bootstrap-table/dist/bootstrap-table.min.css";
|
2024-10-18 14:51:01 +00:00
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.bi {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
2024-09-17 18:33:24 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
/*
|
|
|
|
* Sidebar
|
|
|
|
*/
|
2024-09-21 11:37:49 +00:00
|
|
|
|
2024-10-29 19:19:21 +00:00
|
|
|
.sidebar {
|
|
|
|
position: inherit !important;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-11-07 14:26:01 +00:00
|
|
|
@media (width >= 768px) and (min-width: 768px) {
|
2024-10-29 19:19:21 +00:00
|
|
|
.sidebar {
|
|
|
|
position: fixed !important;
|
|
|
|
}
|
2024-11-07 14:26:01 +00:00
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.sidebar .offcanvas-lg {
|
|
|
|
position: sticky;
|
|
|
|
top: 48px;
|
|
|
|
}
|
2024-10-18 14:51:01 +00:00
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.navbar-search {
|
|
|
|
display: block;
|
|
|
|
}
|
2024-09-21 11:37:49 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.sidebar .nav-link {
|
2024-10-16 18:21:51 +00:00
|
|
|
font-size: 1.075rem;
|
2024-09-27 19:45:17 +00:00
|
|
|
font-weight: 500;
|
2024-09-21 11:37:49 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.sidebar .nav-link.active {
|
2024-10-21 15:12:14 +00:00
|
|
|
color: #fff;
|
2024-09-21 11:37:49 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.sidebar-heading {
|
|
|
|
font-size: .75rem;
|
2024-09-21 11:37:49 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
/*
|
|
|
|
* Navbar
|
|
|
|
*/
|
2024-09-21 11:37:49 +00:00
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.navbar-brand {
|
|
|
|
padding-top: .75rem;
|
|
|
|
padding-bottom: .75rem;
|
2024-10-21 15:24:31 +00:00
|
|
|
background-color: rgba(0, 0, 0, 25%);
|
|
|
|
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 25%);
|
2024-09-21 11:37:49 +00:00
|
|
|
}
|
|
|
|
|
2024-09-27 19:45:17 +00:00
|
|
|
.navbar .form-control {
|
|
|
|
padding: .75rem 1rem;
|
2024-09-17 18:33:24 +00:00
|
|
|
}
|