Browse Source
made sidebar 2 color more consistent
writing-page-updates
Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
3 changed files with
3 additions and
3 deletions
-
_site/assets/styles/layout.scss
-
_site/assets/styles/main.css
-
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 $oc-gray-3 !important; |
|
|
border-right: 1px solid #F8F9FA !important; |
|
|
|
|
|
|
|
|
// position: fixed; |
|
|
// position: fixed; |
|
|
|
|
|
|
|
|
|
@ -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 #dee2e6 !important; } |
|
|
.sidebar { min-height: 100vh; height: 100%; width: 100%; border-right: 1px solid #F8F9FA !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; } |
|
|
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
border-right: 1px solid $oc-gray-3 !important; |
|
|
border-right: 1px solid #F8F9FA !important; |
|
|
|
|
|
|
|
|
// position: fixed; |
|
|
// position: fixed; |
|
|
|
|
|
|
|
|