diff --git a/_site/assets/styles/layout.scss b/_site/assets/styles/layout.scss index 848475e..b79896f 100644 --- a/_site/assets/styles/layout.scss +++ b/_site/assets/styles/layout.scss @@ -4,7 +4,6 @@ .border-left-right { // z-index: 99; - border-left: 1px solid $oc-gray-3 !important; border-right: 1px solid $oc-gray-3 !important; } @@ -12,6 +11,7 @@ min-height: 100vh; height: 100%; width: 100%; + border-right: 1px solid $oc-gray-3 !important; // position: fixed; @@ -27,7 +27,6 @@ font-size: 1rem; font-weight: 400 !important; padding-left: 1.1rem !important; - // border-color: $oc-gray-4; } } @@ -51,6 +50,9 @@ } } +.rb-sidebar__2 { + background-color: $oc-gray-1 !important; +} .row { margin: auto !important; diff --git a/_site/assets/styles/main.css b/_site/assets/styles/main.css index a64b48f..8514dfd 100644 --- a/_site/assets/styles/main.css +++ b/_site/assets/styles/main.css @@ -1,8 +1,8 @@ .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-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:active { color: #4661A9; } +.rb-sidebar__2 { background-color: #f1f3f5 !important; } + .row { margin: auto !important; } .active *, .active:hover * { color: #4661A9 !important; } diff --git a/assets/styles/layout.scss b/assets/styles/layout.scss index 848475e..b79896f 100644 --- a/assets/styles/layout.scss +++ b/assets/styles/layout.scss @@ -4,7 +4,6 @@ .border-left-right { // z-index: 99; - border-left: 1px solid $oc-gray-3 !important; border-right: 1px solid $oc-gray-3 !important; } @@ -12,6 +11,7 @@ min-height: 100vh; height: 100%; width: 100%; + border-right: 1px solid $oc-gray-3 !important; // position: fixed; @@ -27,7 +27,6 @@ font-size: 1rem; font-weight: 400 !important; padding-left: 1.1rem !important; - // border-color: $oc-gray-4; } } @@ -51,6 +50,9 @@ } } +.rb-sidebar__2 { + background-color: $oc-gray-1 !important; +} .row { margin: auto !important;