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
|
@ -1,6 +1,24 @@
|
|||
.PriceCard {
|
||||
width: 100%;
|
||||
|
||||
& > header {
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 1.3em;
|
||||
|
||||
& > .Button {
|
||||
scale: 0;
|
||||
color: var(--color-white);
|
||||
border: 2px solid var(--color-white);
|
||||
}
|
||||
|
||||
& > .Button.deletable {
|
||||
scale: 1;
|
||||
}
|
||||
}
|
||||
|
||||
& > .padding {
|
||||
gap: 1rem;
|
||||
padding: var(--padding-default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue