propapier/app/assets/styles/toolbar.css
webfussel 7af148058e add: new design (wip)
New design as WIP, swipe controls
2025-05-10 11:07:06 +02:00

13 lines
No EOL
268 B
CSS
Executable file

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