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

26 lines
481 B
SCSS
Raw Normal View History

// Override default variables before the import
$font-family-base: 'Open Sans', sans-serif;
// Import Bootstrap and its default variables
@import '~bootstrap/scss/bootstrap.scss';
html, body {
height: 100%;
}
#root {
min-height: 100%;
position: relative;
main {
width: 100%;
height: 100%;
overflow: hidden;
2019-06-04 11:55:15 +00:00
.pageLoader {
position: fixed;
left: calc(50% - 32px);
top: 35%;
}
}
}