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

24 lines
310 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 {
position: fixed;
left: calc(50% - 32px);
top: 35%;
}
2019-12-06 07:43:11 +00:00
}
body {
margin: 0;
}