mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-16219] Theming for HxP is not working (#8894)
This commit is contained in:
@@ -22,3 +22,17 @@ $custom-theme: mat-light-theme(
|
||||
@if $text-color {
|
||||
$custom-theme: get-custom-text-color($text-color, $custom-theme);
|
||||
}
|
||||
|
||||
@if $base-font-size {
|
||||
body,
|
||||
html {
|
||||
font-size: $base-font-size;
|
||||
}
|
||||
}
|
||||
|
||||
@if $font-family {
|
||||
body,
|
||||
html {
|
||||
font-family: $font-family;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user