[ADF-1945] Profile image has Initials displayed behind it. (#2648)

*  Refactored userInfo component.
*  Added test cases.
This commit is contained in:
siva kumar
2017-11-18 02:30:16 +05:30
committed by Eugenio Romano
parent 8a52d6fed5
commit 15cbd3a316
4 changed files with 81 additions and 11 deletions

View File

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