propapier/app/assets/styles/toolbar.css
webfussel f60719fa9e add: lp and navigation
Added... a lot of stuff
2025-05-22 09:59:27 +02:00

13 lines
No EOL
276 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 {
font-size: var(--font-size-default);
}
}