propapier/app/assets/styles/toolbar.css
webfussel 192b031140 add: new design (wip)
New design as WIP, swipe controls
2025-05-10 11:24:46 +02:00

13 lines
No EOL
262 B
CSS
Executable file

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