mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[AAE-6823] Customize font (#2423)
* [AAE-6823] Customize font * Fix for adf vars * update * update * update * update * [AAE-6823] Custom fonts * [AAE-6823] Create new css var for new button * [AAE-6823] Cleaning code * [AAE-6823] Changed configuration to tpl * [AAE-6823] Cleaning code * [AAE-6823] Cleaning code
This commit is contained in:
@@ -33,6 +33,7 @@ export const getHeaderTextColor = createSelector(selectApp, (state) => state.hea
|
||||
export const getAppName = createSelector(selectApp, (state) => state.appName);
|
||||
export const getLogoPath = createSelector(selectApp, (state) => state.logoPath);
|
||||
export const getCustomCssPath = createSelector(selectApp, (state) => state.customCssPath);
|
||||
export const getCustomWebFontPath = createSelector(selectApp, (state) => state.webFontPath);
|
||||
export const getHeaderImagePath = createSelector(selectApp, (state) => state.headerImagePath);
|
||||
export const getUserProfile = createSelector(selectApp, (state) => state.user);
|
||||
export const getCurrentFolder = createSelector(selectApp, (state) => state.navigation.currentFolder);
|
||||
|
Reference in New Issue
Block a user