propapier/app/assets/styles/toolbar.css
webfussel c99c243dfc add: bottom toolbar, remove button for cards
Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
2025-02-17 20:38:18 +01:00

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;
}
}