[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

@@ -0,0 +1,25 @@
.aca-user-info {
display: flex;
height: 66px;
align-items: center;
&-button {
border-radius: 90%;
height: 32px;
margin-right: 0;
min-width: 32px;
padding: 0;
font-weight: 700;
line-height: 32px;
text-align: center;
vertical-align: middle;
background: var(--theme-user-initials-background-color);
color: var(--theme-user-intials-text-color);
border: none;
}
&-name-email {
line-height: 24px;
margin-left: 10px;
}
}