rdio-scanner/client/src/styles.scss
Chrystian Huot c632bc62da Version 4.0
2020-05-15 11:24:21 -04:00

25 lines
450 B
SCSS

@import '~@angular/material/theming';
$font-family: Roboto, 'Helvetica Neue', sans-serif;
$custom-typography: mat-typography-config($font-family: $font-family);
@include mat-core($custom-typography);
$primary: mat-palette($mat-grey, 800, 50);
$accent: mat-palette($mat-indigo);
$theme: mat-light-theme($primary, $accent);
@include angular-material-theme($theme);
body {
font-family: $font-family;
margin: 0;
}
body,
html {
height: 100%;
}