mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
11
lib/core/styles/prebuilt/adf-purple-green.scss
Normal file
11
lib/core/styles/prebuilt/adf-purple-green.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($mat-purple, 700, 500, 800);
|
||||
$accent: mat-palette($mat-green, A200, A100, A400);
|
||||
$theme: mat-dark-theme($primary, $accent);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
Reference in New Issue
Block a user