1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +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

@ -155,6 +155,7 @@ $color-white-dark-1: #f5f5f5;
// Documents, spaces card background color // Documents, spaces card background color
$color-card: #F6F4EE; $color-card: #F6F4EE;
$color-sidebar: #f2f8fd;
/************************************************************** /**************************************************************
* Theme colors. * Theme colors.

View file

@ -1,4 +1,4 @@
// CSS GRID WITH FIXED SIDEBAR OUTSIDE GRID // CSS GRID LAYOUT
// Mobile-first layout // Mobile-first layout
.master-container { .master-container {
@ -124,7 +124,8 @@
width: 100%; width: 100%;
padding: 5px 10px; padding: 5px 10px;
z-index: 888; z-index: 888;
background-color: map-get($gray-shades, 100); // background-color: map-get($gray-shades, 100);
background-color: $color-sidebar;
} }
} }