mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +00:00
12 lines
304 B
SCSS
12 lines
304 B
SCSS
@import '../theming';
|
|
@import './all-theme';
|
|
|
|
@include mat-core($alfresco-typography);
|
|
|
|
$primary: mat-palette($mat-indigo);
|
|
$accent: mat-palette($mat-pink, A200, A100, A400);
|
|
$theme: mat-light-theme($primary, $accent);
|
|
|
|
@include angular-material-theme($theme);
|
|
@include alfresco-material-theme($theme);
|