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

28 lines
351 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;
2020-02-25 06:58:09 +00:00
html,
body {
height: 100%;
2020-02-25 06:58:09 +00:00
}
#root {
min-height: 100%;
position: relative;
2020-02-25 06:58:09 +00:00
.pageLoader {
position: fixed;
left: calc(50% - 20px);
top: 35%;
}
2020-02-25 06:58:09 +00:00
}
body {
margin: 0;
overflow: hidden;
}
body.loading * {
cursor: wait !important;
2020-02-25 06:58:09 +00:00
}