boxshadow

This commit is contained in:
Max Kotlan 2021-12-11 11:09:23 -05:00 committed by Thomas Zarebczan
parent 7418e27994
commit 66fe78e5f1

View file

@ -30,6 +30,7 @@
padding-bottom: var(--spacing-l);
display: flex;
flex-direction: column;
box-shadow: var(--card-box-shadow);
animation-timing-function: var(--resizing-animation-function);
transition: transform var(--resizing-animation-timing);