Browse Source

changes to sidebar

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
38cc84abef
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 4
      _site/assets/styles/layout.scss
  2. 4
      _site/assets/styles/main.css
  3. 4
      assets/styles/layout.scss

4
_site/assets/styles/layout.scss

@ -11,7 +11,7 @@
min-height: 100vh; min-height: 100vh;
height: 100%; height: 100%;
width: 100%; width: 100%;
border-right: 1px solid #F8F9FA !important; border-right: 1px solid $oc-gray-3 !important;
// position: fixed; // position: fixed;
@ -51,7 +51,7 @@
} }
.rb-sidebar__2 { .rb-sidebar__2 {
background-color: $oc-gray-1 !important; background-color: #F8F9FA !important;
} }
.row { .row {

4
_site/assets/styles/main.css

@ -2,7 +2,7 @@
.border-left-right { border-right: 1px solid #dee2e6 !important; } .border-left-right { border-right: 1px solid #dee2e6 !important; }
.sidebar { min-height: 100vh; height: 100%; width: 100%; border-right: 1px solid #F8F9FA !important; } .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,7 +12,7 @@
.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; } .rb-sidebar__2 { background-color: #F8F9FA !important; }
.row { margin: auto !important; } .row { margin: auto !important; }

4
assets/styles/layout.scss

@ -11,7 +11,7 @@
min-height: 100vh; min-height: 100vh;
height: 100%; height: 100%;
width: 100%; width: 100%;
border-right: 1px solid #F8F9FA !important; border-right: 1px solid $oc-gray-3 !important;
// position: fixed; // position: fixed;
@ -51,7 +51,7 @@
} }
.rb-sidebar__2 { .rb-sidebar__2 {
background-color: $oc-gray-1 !important; background-color: #F8F9FA !important;
} }
.row { .row {

Loading…
Cancel
Save