DocSpace-client/web/ASC.Web.Client/src/custom.scss

23 lines
310 B
SCSS
Raw Normal View History

// Override default variables before the import
$font-family-base: 'Open Sans', sans-serif;
html, body {
height: 100%;
}
#root {
min-height: 100%;
.pageLoader {
position: fixed;
2020-02-06 13:13:05 +00:00
left: calc(50% - 20px);
top: 35%;
}
}
2019-12-06 07:43:33 +00:00
body {
margin: 0;
2020-09-18 14:06:35 +00:00
overflow: hidden;
2019-12-06 07:43:33 +00:00
}