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
|
@ -3,7 +3,11 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: var(--padding-default);
|
||||
background-color: var(--color-white);
|
||||
box-shadow: var(--box-shadow-z2);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
|
||||
& strong {
|
||||
font-size: 2em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue