mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1945] Profile image has Initials displayed behind it. (#2648)
* Refactored userInfo component. * Added test cases.
This commit is contained in:
committed by
Eugenio Romano
parent
8a52d6fed5
commit
15cbd3a316
@@ -35,6 +35,7 @@
|
||||
}
|
||||
|
||||
&-userinfo-profile-image {
|
||||
background: mat-color($primary, 300);
|
||||
text-align: center;
|
||||
border-radius: 90%;
|
||||
width: 40px;
|
||||
@@ -42,7 +43,7 @@
|
||||
margin-right: 0;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
margin-left: -45px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
&-userinfo-profile-container{
|
||||
@@ -136,11 +137,12 @@
|
||||
}
|
||||
|
||||
&-userinfo-profile-picture {
|
||||
background: mat-color($primary, 300);
|
||||
background-size: cover;
|
||||
border-radius: 50%;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
margin-left: -88px;
|
||||
margin-left: 0px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user