[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:
Yasa-Nataliya
2023-05-16 14:25:43 +05:30
committed by GitHub
parent 9603c0a36b
commit adbbc1c152
21 changed files with 735 additions and 295 deletions

View File

@@ -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