propapier/app/assets/styles/toolbar.css

13 lines
No EOL
275 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-normal);
}
}