move typography modify in general theme

This commit is contained in:
Eugenio Romano
2017-11-18 12:22:23 +00:00
parent 14ed9114b4
commit 93975e2558
3 changed files with 18 additions and 11 deletions

View File

@@ -21,3 +21,12 @@ $theme: mat-light-theme($primary, $accent, $warn);
@include adf-process-services-theme($theme);
@include adf-insights-theme($theme);
@include adf-core-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);
}

View File

@@ -21,3 +21,12 @@ $theme: mat-light-theme($primary, $accent, $warn);
@include adf-process-services-theme($theme);
@include adf-insights-theme($theme);
@include adf-core-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);
}

View File

@@ -1,11 +0,0 @@
@import '~@angular/material/theming';
@import '~@alfresco/adf-core/theming';
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);
}