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