monerod-gui/src/styles.scss
2024-11-12 17:37:33 +01:00

63 lines
885 B
SCSS

$primary: #ff5733;
@import "/node_modules/bootstrap/scss/bootstrap";
@import "/node_modules/bootstrap-table/dist/bootstrap-table.min.css";
.bi {
display: inline-block;
width: 1rem;
height: 1rem;
}
/*
* Sidebar
*/
.sidebar {
position: inherit !important;
height: 100%;
}
@media (width >= 768px) and (min-width: 768px) {
.sidebar {
position: fixed !important;
}
.sidebar .offcanvas-lg {
position: sticky;
top: 48px;
}
.navbar-search {
display: block;
}
}
.sidebar .nav-link {
font-size: 1.075rem;
font-weight: 500;
}
.sidebar .nav-link.active {
color: #fff;
}
.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;
}