mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[AEE-6808] Theme UI in Modeling App (#2455)
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
@import "./dynamic-theme/custom-background-color";
|
@import "./dynamic-theme/custom-background-color";
|
||||||
@import "./dynamic-theme/custom-text-color";
|
@import "./dynamic-theme/custom-text-color";
|
||||||
|
|
||||||
$primary-color: map-get($theme-config, 'primary-color');
|
$primary-color: map-get($theme-config, 'primaryColor');
|
||||||
$accent-color: map-get($theme-config, 'accent-color');
|
$accent-color: map-get($theme-config, 'accentColor');
|
||||||
$background-color: map-get($theme-config, 'background-color');
|
$background-color: map-get($theme-config, 'backgroundColor');
|
||||||
$text-color: map-get($theme-config, 'text-color');
|
$text-color: map-get($theme-config, 'textColor');
|
||||||
$base-font-size: map-get($theme-config, 'base-font-size');
|
$base-font-size: map-get($theme-config, 'baseFontSize');
|
||||||
$font-family: map-get($theme-config, 'font-family');
|
$font-family: map-get($theme-config, 'fontFamily');
|
||||||
|
|
||||||
$alfresco-typography: get-mat-typography(
|
$alfresco-typography: get-mat-typography(
|
||||||
$base-font-size,
|
$base-font-size,
|
||||||
|
@@ -1,14 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
Specify theme parameters e.g.:
|
Specify theme parameters e.g.:
|
||||||
|
|
||||||
$theme-config: (
|
$theme-config: (
|
||||||
primary-color: #5175d2,
|
primaryColor: #5175d2,
|
||||||
background-color: #FAFAFA,
|
backgroundColor: #FAFAFA,
|
||||||
text-color: #793942,
|
textColor: #793942,
|
||||||
accent-color: #C64F73,
|
accentColor: #C64F73,
|
||||||
base-font-size: 26px,
|
baseFontSize: 26px,
|
||||||
font-family: Cursive
|
fontFamily: Cursive
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
${THEME_CONFIGURATION}
|
${THEME_CONFIGURATION}
|
||||||
|
Reference in New Issue
Block a user