|
|
@ -6,18 +6,17 @@ |
|
|
|
.sidebar .list-group { position: fixed; } |
|
|
|
.sidebar .list-group-item { background-color: transparent; border: 0; border-radius: 0 !important; font-size: 1rem; font-weight: 600 !important; padding-left: 1.1rem !important; } |
|
|
|
|
|
|
|
.rb-sidebar__2 .list-group-item { color: #212529 !important; } |
|
|
|
|
|
|
|
.sidebar-wrapper { background-color: #dee2e6; } |
|
|
|
|
|
|
|
.sidebar__link__light { color: #ffffff !important; } |
|
|
|
.sidebar__link__light { color: #212529 !important; } |
|
|
|
.sidebar__link__light:hover { color: #60AB60 !important; } |
|
|
|
|
|
|
|
.row { margin: auto !important; } |
|
|
|
|
|
|
|
.active, .active:hover { background-color: "transparent" !important; border-left: 5px solid #ffffff; font-weight: bold; } |
|
|
|
.active *, .active:hover * { color: #ffffff !important; } |
|
|
|
.active, .active:hover { background-color: #dee2e6 !important; box-shadow: inset 5px 0 #4661A9; } |
|
|
|
.active *, .active:hover * { color: #4661A9 !important; } |
|
|
|
|
|
|
|
.rb-sidebar__2 .active { border-left: 5px solid #4661A9; } |
|
|
|
.rb-sidebar__2 .active { background-color: #dee2e6 !important; box-shadow: inset 5px 0 #4661A9; } |
|
|
|
|
|
|
|
.rp-navbar__top { background-color: #4661A9; } |
|
|
|
|
|
|
@ -28,9 +27,9 @@ |
|
|
|
.navbar-light .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } |
|
|
|
.navbar-light .navbar-nav .nav-link:hover { color: #ffffff; } |
|
|
|
|
|
|
|
.rb-sidebar__1 { background-color: #4661A9; } |
|
|
|
.rb-sidebar__1 { background-color: #f1f3f5; } |
|
|
|
|
|
|
|
.rb-sidebar__2 { background-color: #ffffff; } |
|
|
|
.rb-sidebar__2 { background-color: #f8f9fa; } |
|
|
|
|
|
|
|
.rb-contain { width: 100%; height: auto; max-height: 100%; } |
|
|
|
|
|
|
@ -49,13 +48,10 @@ |
|
|
|
@media screen and (max-width: 991px) { .hidden-sm { display: none !important; } } |
|
|
|
.sidebar-fill { width: 12.45%; } |
|
|
|
|
|
|
|
.list-group-item:focus, .list-group-item:hover { border-left: 5px solid #4661A9; } |
|
|
|
|
|
|
|
.rb-sidebar__2 .list-group-item:focus, .rb-sidebar__2 .list-group-item:hover { border-left: 5px solid #ffffff; } |
|
|
|
|
|
|
|
.rb-sidebar__2 .active:focus, .rb-sidebar__2 .active:hover { border-left: 5px solid #4661A9; } |
|
|
|
.list-group-item:focus, .list-group-item:hover { background-color: #e9ecef !important; } |
|
|
|
.list-group-item:focus *, .list-group-item:hover * { color: #4661A9; } |
|
|
|
|
|
|
|
.rb-sidebar__2 .list-group-item { width: 100%; } |
|
|
|
.list-group-item.active { color: #4661A9; } |
|
|
|
|
|
|
|
.bg-box { background-color: #f1f3f5 !important; } |
|
|
|
|
|
|
|