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:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user