mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:11:32 +00:00
Unify coloring and remove sidebar shadow
This commit is contained in:
parent
fbbf2596cd
commit
044bd379b3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user