Browse Source

some more changes in the sidebar

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

6
_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;

6
_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; }

6
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;

Loading…
Cancel
Save