Lowered box shadow on sidebar
This commit is contained in:
parent
1177eea48c
commit
dbf5175990
@ -14,7 +14,7 @@ sidebar-spacing-y = 0.7rem
|
|||||||
overflow-y auto
|
overflow-y auto
|
||||||
opacity 0
|
opacity 0
|
||||||
pointer-events none
|
pointer-events none
|
||||||
box-shadow 32px 0 32px rgba(0, 0, 0, 0.4)
|
box-shadow 24px 0 24px rgba(0, 0, 0, 0.3)
|
||||||
transition opacity transition-speed ease, transform transition-speed ease
|
transition opacity transition-speed ease, transform transition-speed ease
|
||||||
will-change opacity, transition
|
will-change opacity, transition
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user