mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4708] Implemented user initials (#3184)
* added user initials * modified spec file * changes for config files * class name renamed * implemented the review comments
This commit is contained in:
@@ -37,6 +37,8 @@ $selected-background-color: rgba(31, 116, 219, 0.24);
|
||||
$action-button-text-color: rgba(33, 35, 40, 0.7);
|
||||
$page-layout-header-background-color: #fff;
|
||||
$aca-toolbar-button-background-color: rgba(33, 33, 33, 0.05);
|
||||
$aca-user-initials-background: rgba(33, 33, 33, 0.12);
|
||||
$aca-user-initials-text-color: #212121;
|
||||
|
||||
// CSS Variables
|
||||
$defaults: (
|
||||
@@ -81,7 +83,9 @@ $defaults: (
|
||||
--theme-action-button-text-color: $action-button-text-color,
|
||||
--theme-header-border-color: $grey-background,
|
||||
--theme-page-layout-header-background-color: $page-layout-header-background-color,
|
||||
--theme-app-toolbar-button-background-color: $aca-toolbar-button-background-color
|
||||
--theme-app-toolbar-button-background-color: $aca-toolbar-button-background-color,
|
||||
--theme-user-initials-background-color: $aca-user-initials-background,
|
||||
--theme-user-intials-text-color: $aca-user-initials-text-color
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
Reference in New Issue
Block a user