propapier/app/assets/styles/toolbar.css
2025-05-10 11:43:35 +02:00

14 lines
No EOL
280 B
CSS
Executable file

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