mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* added user initials * modified spec file * changes for config files * class name renamed * implemented the review comments
26 lines
486 B
SCSS
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;
|
|
}
|
|
}
|