mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move typography modify in general theme
This commit is contained in:
@@ -21,3 +21,12 @@ $theme: mat-light-theme($primary, $accent, $warn);
|
|||||||
@include adf-process-services-theme($theme);
|
@include adf-process-services-theme($theme);
|
||||||
@include adf-insights-theme($theme);
|
@include adf-insights-theme($theme);
|
||||||
@include adf-core-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);
|
||||||
|
}
|
||||||
|
@@ -21,3 +21,12 @@ $theme: mat-light-theme($primary, $accent, $warn);
|
|||||||
@include adf-process-services-theme($theme);
|
@include adf-process-services-theme($theme);
|
||||||
@include adf-insights-theme($theme);
|
@include adf-insights-theme($theme);
|
||||||
@include adf-core-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);
|
||||||
|
}
|
||||||
|
@@ -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);
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user