DocSpace-client/web/ASC.Web.Client/src/custom.scss
2020-02-06 16:13:05 +03:00

22 lines
288 B
SCSS

// Override default variables before the import
$font-family-base: 'Open Sans', sans-serif;
html, body {
height: 100%;
}
#root {
min-height: 100%;
.pageLoader {
position: fixed;
left: calc(50% - 20px);
top: 35%;
}
}
body {
margin: 0;
}