mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Set new sidebar color
This commit is contained in:
parent
f062005946
commit
b2fcad649e
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// CSS GRID WITH FIXED SIDEBAR OUTSIDE GRID
|
||||
// CSS GRID LAYOUT
|
||||
|
||||
// Mobile-first layout
|
||||
.master-container {
|
||||
|
@ -124,7 +124,8 @@
|
|||
width: 100%;
|
||||
padding: 5px 10px;
|
||||
z-index: 888;
|
||||
background-color: map-get($gray-shades, 100);
|
||||
// background-color: map-get($gray-shades, 100);
|
||||
background-color: $color-sidebar;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue