mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
9
lib/core/styles/prebuilt/_all-theme.scss
Normal file
9
lib/core/styles/prebuilt/_all-theme.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import '../../../content-services/styles/index';
|
||||
@import '../../../process-services/styles/index';
|
||||
@import '../../../core/styles/index';
|
||||
|
||||
@mixin alfresco-material-theme($theme) {
|
||||
@include adf-content-services-theme($theme);
|
||||
@include adf-process-services-theme($theme);
|
||||
@include adf-core-theme($theme);
|
||||
}
|
12
lib/core/styles/prebuilt/adf-blue-orange.scss
Normal file
12
lib/core/styles/prebuilt/adf-blue-orange.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-ecm-blue);
|
||||
$accent: mat-palette($alfresco-accent-orange);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
12
lib/core/styles/prebuilt/adf-blue-purple.scss
Normal file
12
lib/core/styles/prebuilt/adf-blue-purple.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-ecm-blue);
|
||||
$accent: mat-palette($alfresco-accent-purple);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
12
lib/core/styles/prebuilt/adf-cyan-orange.scss
Normal file
12
lib/core/styles/prebuilt/adf-cyan-orange.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-ecm-cyan);
|
||||
$accent: mat-palette($alfresco-accent-orange);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
12
lib/core/styles/prebuilt/adf-cyan-purple.scss
Normal file
12
lib/core/styles/prebuilt/adf-cyan-purple.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-ecm-cyan);
|
||||
$accent: mat-palette($alfresco-accent-purple);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
12
lib/core/styles/prebuilt/adf-green-orange.scss
Normal file
12
lib/core/styles/prebuilt/adf-green-orange.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-bpm-green);
|
||||
$accent: mat-palette($alfresco-accent-orange);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
12
lib/core/styles/prebuilt/adf-green-purple.scss
Normal file
12
lib/core/styles/prebuilt/adf-green-purple.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($alfresco-bpm-green);
|
||||
$accent: mat-palette($alfresco-accent-purple);
|
||||
$warn: mat-palette($alfresco-warn);
|
||||
$theme: mat-light-theme($primary, $accent, $warn);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
11
lib/core/styles/prebuilt/adf-indigo-pink.scss
Normal file
11
lib/core/styles/prebuilt/adf-indigo-pink.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@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);
|
11
lib/core/styles/prebuilt/adf-pink-bluegrey.scss
Normal file
11
lib/core/styles/prebuilt/adf-pink-bluegrey.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@import '../theming';
|
||||
@import './all-theme';
|
||||
|
||||
@include mat-core($alfresco-typography);
|
||||
|
||||
$primary: mat-palette($mat-pink, 700, 500, 900);
|
||||
$accent: mat-palette($mat-blue-grey, A200, A100, A400);
|
||||
$theme: mat-dark-theme($primary, $accent);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
@include alfresco-material-theme($theme);
|
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