Files
alfresco-content-app/projects/aca-content/src/lib/components/common/user-info/user-info.component.scss
Yasa-Nataliya adbbc1c152 [ACS-4708] Implemented user initials (#3184)
* added user initials

* modified spec file

* changes for config files

* class name renamed

* implemented the review comments
2023-05-16 14:25:43 +05:30

26 lines
486 B
SCSS

.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;
}
}