add: collapsing and deletion animation

Added collapsable cards and animation for deletion and card footer
This commit is contained in:
Fiona Lena Urban 2025-02-24 21:38:45 +01:00
parent c99c243dfc
commit 7c46be6227
6 changed files with 121 additions and 29 deletions

View file

@ -4,6 +4,7 @@
background: var(--color-main);
position: sticky;
bottom: 0;
box-shadow: var(--box-shadow-upper);
& > .Button {
--padding: 1rem;