|
@ -1,8 +1,8 @@ |
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; } |
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; } |
|
|
|
|
|
|
|
|
.border-left-right { border-left: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; } |
|
|
.border-left-right { border-right: 1px solid #dee2e6 !important; } |
|
|
|
|
|
|
|
|
.sidebar { min-height: 100vh; height: 100%; width: 100%; } |
|
|
.sidebar { min-height: 100vh; height: 100%; width: 100%; border-right: 1px solid #dee2e6 !important; } |
|
|
.sidebar .list-group { position: fixed; } |
|
|
.sidebar .list-group { position: fixed; } |
|
|
.sidebar .list-group-item { background-color: transparent; border: 0; border-radius: 0 !important; font-size: 1rem; font-weight: 400 !important; padding-left: 1.1rem !important; } |
|
|
.sidebar .list-group-item { background-color: transparent; border: 0; border-radius: 0 !important; font-size: 1rem; font-weight: 400 !important; padding-left: 1.1rem !important; } |
|
|
|
|
|
|
|
@ -12,6 +12,8 @@ |
|
|
.sidebar__link__light:hover { color: #000000 !important; transition-timing-function: linear; -webkit-transition-timing-function: linear; -webkit-transition-duration: .3s; transition-duration: .3s; } |
|
|
.sidebar__link__light:hover { color: #000000 !important; transition-timing-function: linear; -webkit-transition-timing-function: linear; -webkit-transition-duration: .3s; transition-duration: .3s; } |
|
|
.sidebar__link__light:active { color: #4661A9; } |
|
|
.sidebar__link__light:active { color: #4661A9; } |
|
|
|
|
|
|
|
|
|
|
|
.rb-sidebar__2 { background-color: #f1f3f5 !important; } |
|
|
|
|
|
|
|
|
.row { margin: auto !important; } |
|
|
.row { margin: auto !important; } |
|
|
|
|
|
|
|
|
.active *, .active:hover * { color: #4661A9 !important; } |
|
|
.active *, .active:hover * { color: #4661A9 !important; } |
|
|