propapier/app/assets/styles/toolbar.css
webfussel 38cd37cf74 add: only delete swipe, edit on tap
Edit price cards on tap, only delete swipe exists, fixed dialogs, add ripple
2025-05-12 14:56:05 +02:00

14 lines
No EOL
281 B
CSS
Executable file

.Toolbar {
display: flex;
justify-content: space-evenly;
background: var(--color-main-darkest);
position: sticky;
bottom: 0;
z-index: 1000;
box-shadow: var(--box-shadow-upper);
& > .Button {
--padding: 1rem;
font-size: 1rem;
}
}