mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
54 lines
856 B
CSS
54 lines
856 B
CSS
.profile-image {
|
|
text-align: center;
|
|
border-radius: 90%;
|
|
width: 40px;
|
|
margin-right: 0%;
|
|
cursor: pointer;
|
|
border: 1px solid #999999;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.button-profile {
|
|
display: inline-block;
|
|
border: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.detail-user-profile-list-mdl{
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.user-profile-list-mdl{
|
|
max-height: 450px;
|
|
min-width: 450px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.header-profile{
|
|
color: rgb(255,152,0);
|
|
margin-left: 10px;
|
|
}
|
|
|
|
hr.title-start {
|
|
border: 0;
|
|
height: 1px;
|
|
background: #333;
|
|
background-image: linear-gradient(to right, #ccc, #333, #ccc);
|
|
}
|
|
|
|
span.role-label-user{
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
letter-spacing: 0;
|
|
color: rgba(0,0,0,.87);
|
|
}
|
|
|
|
.custom-role-style{
|
|
font-size: 14px;
|
|
color: #9e9e9e;
|
|
}
|
|
|
|
.truncate-long-names{
|
|
text-overflow: ellipsis;
|
|
}
|