14 lines
No EOL
280 B
CSS
Executable file
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;
|
|
}
|
|
} |