grafana/public/sass/_grafana.scss
Ashley Harrison 6b6355e418
Chore: migrate _grid SCSS styles to emotion globals (#92986)
migrate _grid styles to emotion globals
2024-09-05 16:39:12 +01:00

25 lines
546 B
SCSS

// 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;
}
// BASE
@import 'base/font_awesome';
// ANGULAR
@import 'angular';