This commit is contained in:
Hoang Huu
2019-09-13 14:57:46 +07:00
4 changed files with 24 additions and 9 deletions

View File

@@ -3640,10 +3640,16 @@ header#masthead {
.opalestate-user-greeting .popup-head a {
color: #FFF;
text-align: right;
float: right;
position: relative; }
.opalestate-user-greeting .popup-head a img {
.opalestate-user-greeting .popup-head a .opalestate-user-image {
position: relative;
width: 40px;
border-radius: 50%; }
height: 40px; }
.opalestate-user-greeting .popup-head a .opalestate-user-image img {
min-height: 40px;
object-fit: cover;
border-radius: 50%; }
.opalestate-user-greeting .popup-head a i {
padding: 12px;
border-radius: 50%;

View File

@@ -85,11 +85,17 @@
.popup-head a {
color:$white;
text-align:right;
img {
width:40px;
border-radius:50%;
}
position:relative;
float:right;
position:relative;
.opalestate-user-image {
position: relative;
@include size(40px, 40px);
img {
min-height: 40px;
object-fit: cover;
border-radius:50%;
}
}
i {
padding:12px;
border-radius:50%;