Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
12 lines
No EOL
213 B
CSS
12 lines
No EOL
213 B
CSS
.Toolbar {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
background: var(--color-main);
|
|
position: sticky;
|
|
bottom: 0;
|
|
|
|
& > .Button {
|
|
--padding: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
} |