@import '~@angular/material/theming'; @import '../../lib/core/styles/index'; @include mat-core($alfresco-typography); $primary: mat-palette($alfresco-accent-orange); $accent: mat-palette($alfresco-accent-purple); $warn: mat-palette($alfresco-warn); $theme: mat-light-theme(( color: ( primary: $primary, accent: $accent, ) )); @include angular-material-theme($theme); @include alfresco-material-theme($theme); body, html { margin: 0; height: 100%; overflow: hidden; font-size: mat-font-size($alfresco-typography, body-1); font-family: mat-font-family($alfresco-typography); line-height: mat-line-height($alfresco-typography, body-1); } body { overflow: auto; }