fix the logo image in menu

zohaib-huawei-q2
enadhilal 5 years ago
parent 5561ca7e97
commit f6451974ee

@ -187,7 +187,7 @@
</ion-list>
<div class="" style="text-align:center">
<img src="{{companyUrl}}" class="CompanyImg logoImg">
<img src="{{companyUrl}}" class="CompanyImg" [ngClass]="TeamFlag!='true'? 'logoImg':'logoImgWithMyTeam'">
<!-- <p class="companyTxt">{{companyDesc}}</p> -->
</div>
<div class="menuFooter">

@ -304,7 +304,7 @@ button.menu-item.item.item-block.item-ios {
}
.menuFooter {
position: fixed;
// position: fixed;
bottom: 0px;
text-align: center;
margin: auto;
@ -336,10 +336,17 @@ button.menu-item.item.item-block.item-ios {
// position: relative;
// }
.logoImgWithMyTeam{
width: 77px;
// position: relative;
margin-top: -1px;
margin-bottom: 70px;
}
.logoImg{
width: 77px;
position: relative;
// position: relative;
margin-top: -1px;
margin-bottom: 180px;
}
.companyTxt {
font-size: 12px;

Loading…
Cancel
Save