2017-07-08 16:12:52 +00:00
|
|
|
@import './theme-config';
|
|
|
|
// Plus imports for other components in your app.
|
2017-07-04 09:42:00 +00:00
|
|
|
|
2017-07-08 16:12:52 +00:00
|
|
|
// Include the common styles for Angular Material. We include this here so that you only
|
|
|
|
// have to load a single css file for Angular Material in your app.
|
|
|
|
// Be sure that you only ever include this mixin once!
|
|
|
|
|
|
|
|
// Include theme styles for core and each component used in your app.
|
|
|
|
// Alternatively, you can import and @include the theme mixins for each component
|
|
|
|
// that you are using.
|
|
|
|
@include angular-material-theme($theme);
|
|
|
|
|
|
|
|
// Override typography CSS classes (e.g., mat-h1, mat-display-1, mat-typography, etc.).
|
|
|
|
@include mat-base-typography($custom-typography);
|
|
|
|
|
|
|
|
// Override typography for a specific Angular Material components.
|
|
|
|
@include mat-checkbox-typography($custom-typography);
|
|
|
|
|
|
|
|
// Override typography for all Angular Material, including mat-base-typography and all components.
|
|
|
|
@include angular-material-typography($custom-typography);
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body, fuse-root, #wrapper, #content, .mat-sidenav-content {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|