Unify coloring and remove sidebar shadow

This commit is contained in:
Kristóf Tóth 2018-05-17 14:24:18 +02:00
parent fbbf2596cd
commit 044bd379b3
1 changed files with 2 additions and 2 deletions

View File

@ -63,13 +63,13 @@
}
.tfw-sidebar {
background-color: $tao-gray-100;
background-color: $tao-gray-50;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 5vh;
align-items: center;
box-shadow: -15px -5px 19px -11px rgba(0,0,0,0.75);
border-left: 1px solid $tao-gray-400;
z-index: 999;
}