mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
16 lines
202 B
SCSS
16 lines
202 B
SCSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.content-spinner {
|
|
position: absolute !important;
|
|
top: 150px;
|
|
left: calc(50% - 50px);
|
|
}
|