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