Set color for navigation on sidebar
This commit is contained in:
@@ -32,6 +32,10 @@ $splitter-width: 5px
|
|||||||
width: $sidebar-width
|
width: $sidebar-width
|
||||||
min-width: $sidebar-width
|
min-width: $sidebar-width
|
||||||
|
|
||||||
|
nav.sidebar
|
||||||
|
background-color: $color-background-nav
|
||||||
|
|
||||||
|
|
||||||
#col_left, #col_main, #col_right
|
#col_left, #col_main, #col_right
|
||||||
position: relative
|
position: relative
|
||||||
flex: 0 0 auto
|
flex: 0 0 auto
|
||||||
@@ -136,7 +140,7 @@ nav.sidebar
|
|||||||
left: 0
|
left: 0
|
||||||
width: $sidebar-width
|
width: $sidebar-width
|
||||||
height: 100%
|
height: 100%
|
||||||
background-color: $color-background-nav-dark
|
background-color: $color-background-nav
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user