fix the logo image in menu

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

@ -187,7 +187,7 @@
</ion-list> </ion-list>
<div class="" style="text-align:center"> <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> --> <!-- <p class="companyTxt">{{companyDesc}}</p> -->
</div> </div>
<div class="menuFooter"> <div class="menuFooter">

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

Loading…
Cancel
Save