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

View File

@ -63,13 +63,13 @@
} }
.tfw-sidebar { .tfw-sidebar {
background-color: $tao-gray-100; background-color: $tao-gray-50;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
padding-top: 5vh; padding-top: 5vh;
align-items: center; 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; z-index: 999;
} }