mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
28 lines
385 B
SCSS
28 lines
385 B
SCSS
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
main {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
body > footer {
|
|
padding-bottom: 5em;
|
|
}
|
|
|
|
.speed-dial-fab {
|
|
position: fixed;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
|
|
.MuiSpeedDialAction-staticTooltipLabel {
|
|
min-width: 140px;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.MuiTooltip-tooltip, .MuiTooltip-tooltipArrow {
|
|
font-size: 16px !important;
|
|
} |