DocSpace-client/products/ASC.Files/Client/src/custom.scss

25 lines
332 B
SCSS
Raw Normal View History

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