mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fixed style template generation (#2996)
This commit is contained in:
@@ -21,13 +21,18 @@ $alfresco-typography: get-mat-typography(
|
|||||||
$alfresco-typography
|
$alfresco-typography
|
||||||
);
|
);
|
||||||
|
|
||||||
@include mat-core($alfresco-typography);
|
@include mat-core();
|
||||||
|
|
||||||
$palettes: get-mat-palettes($primary-color, $accent-color);
|
$palettes: get-mat-palettes($primary-color, $accent-color);
|
||||||
$custom-theme: mat-light-theme(
|
$custom-theme: mat-light-theme(
|
||||||
map-get($palettes, primary),
|
(
|
||||||
map-get($palettes, accent),
|
color: (
|
||||||
map-get($palettes, warning),
|
primary: map-get($palettes, primary),
|
||||||
|
accent: map-get($palettes, accent),
|
||||||
|
warn: map-get($palettes, warning)
|
||||||
|
),
|
||||||
|
typography: $alfresco-typography
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@if $background-color {
|
@if $background-color {
|
||||||
|
Reference in New Issue
Block a user