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

28 lines
354 B
SCSS
Raw Normal View History

2019-07-05 09:36:20 +00:00
// Override default variables before the import
$font-family-base: "Open Sans", sans-serif;
2019-07-05 09:36:20 +00:00
html,
body {
height: 100%;
2019-07-05 09:36:20 +00:00
}
#root {
min-height: 100%;
position: relative;
2019-07-19 11:41:54 +00:00
.pageLoader {
position: absolute;
left: calc(50% - 20px);
top: 35%;
}
2019-12-06 07:43:11 +00:00
}
body {
margin: 0;
overflow: hidden;
}
body.loading * {
cursor: wait !important;
2019-12-06 07:43:11 +00:00
}