1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

Set new sidebar color

This commit is contained in:
McMatts 2019-03-08 15:51:19 +00:00
parent f062005946
commit b2fcad649e
2 changed files with 4 additions and 2 deletions

View file

@ -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;
}
}