2024-09-04 23:27:07 +08:00
|
|
|
// This is specified in runtime Emotion GlobalStyles but we need them for the preloader styles
|
|
|
|
html {
|
|
|
|
font-size: $font-size-base;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
// This is specified in runtime Emotion GlobalStyles but we need them for the preloader styles
|
|
|
|
body {
|
|
|
|
font-family: $font-family-sans-serif;
|
|
|
|
font-size: $font-size-base;
|
|
|
|
line-height: $line-height-base;
|
|
|
|
color: $text-color;
|
|
|
|
background-color: $body-bg;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-02-16 00:07:46 +08:00
|
|
|
// BASE
|
2024-06-25 22:28:24 +08:00
|
|
|
@import 'base/font_awesome';
|
2016-02-16 00:07:46 +08:00
|
|
|
|
2024-05-10 17:52:51 +08:00
|
|
|
// ANGULAR
|
|
|
|
@import 'angular';
|