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

25 lines
335 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%;
}
#root {
min-height: 100%;
position: relative;
2019-07-19 11:41:54 +00:00
.pageLoader {
2020-09-21 09:17:56 +00:00
position: absolute;
2020-02-06 12:55:34 +00:00
left: calc(50% - 20px);
2019-07-19 11:41:54 +00:00
top: 35%;
}
2019-12-06 07:43:11 +00:00
}
body {
margin: 0;
2020-09-18 14:06:35 +00:00
overflow: hidden;
2019-12-06 07:43:11 +00:00
}