Chore: more comfortable shadows

This commit is contained in:
Dreamacro 2020-11-04 13:36:34 +08:00
parent 492042cf58
commit 7f094c5ac7

View File

@ -43,6 +43,7 @@
position: sticky !important;
left: 0;
z-index: 99;
box-shadow: inset -9px 0 8px -14px $color-black;
}
}
@ -114,7 +115,7 @@
left: 0;
z-index: 999;
background-color: $color-white;
box-shadow: 2px 8px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset -9px 0 8px -14px $color-black;
}
}
}