styles.scss
298 Bytes
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
@import 'common';
html, body {
height: 100%;
}
body {
background-color: $color-bg;
}