add: bottom toolbar, remove button for cards

Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
This commit is contained in:
Fiona Lena Urban 2025-02-17 20:38:18 +01:00
parent aa9c936f80
commit c99c243dfc
10 changed files with 144 additions and 15 deletions

View file

@ -0,0 +1,12 @@
.Toolbar {
display: flex;
justify-content: space-evenly;
background: var(--color-main);
position: sticky;
bottom: 0;
& > .Button {
--padding: 1rem;
font-size: 1rem;
}
}