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:
parent
aa9c936f80
commit
c99c243dfc
10 changed files with 144 additions and 15 deletions
12
app/assets/styles/toolbar.css
Normal file
12
app/assets/styles/toolbar.css
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue