MOE design updates

MOE_DEV_NEW_TEMPORARY_DESIGN
Sultan Khan 3 years ago
parent d1c15d5cf9
commit be1e5cf6fc

@ -15,6 +15,8 @@ header
margin-right: 70px !important; margin-right: 70px !important;
margin-top: -24px !important; margin-top: -24px !important;
margin-bottom: 5px; margin-bottom: 5px;
margin: auto;
display: block;
} }
.mohemmLogo-ar { .mohemmLogo-ar {
@ -86,12 +88,13 @@ hr {
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
font-size: 12px; font-size: 12px;
margin-right: 95px !important;
margin-top: 15px !important; margin-top: 15px !important;
margin-bottom: 20px !important; margin-bottom: 20px !important;
border-radius: 30px; border-radius: 30px;
height: 30px; height: 32px;
padding: 0px 18px; margin: auto;
padding: 0px 24px;
display: block;
} }
@ -107,8 +110,8 @@ hr {
margin-top: 15px !important; margin-top: 15px !important;
margin-bottom: 20px !important; margin-bottom: 20px !important;
border-radius: 30px; border-radius: 30px;
height: 26px; height: 32px;
padding: 6px 24px; padding: 0px 24px;
} }
.menuImg { .menuImg {
@ -295,12 +298,11 @@ button.menu-item.item.item-block.item-ios {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
width: 90%; width: 90%;
margin: auto; margin: 10px auto auto auto;
} }
.TxtPlaces {
margin-top: 2px;
.TxtPlaces {
font-size: 14px; font-size: 14px;
color: #000; color: #000;
font-family: 'Inter' !important; font-family: 'Inter' !important;
@ -308,7 +310,7 @@ button.menu-item.item.item-block.item-ios {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
width: 90%; width: 90%;
margin: auto; margin: 5px auto;
} }
.menuFooter { .menuFooter {
@ -335,19 +337,20 @@ button.menu-item.item.item-block.item-ios {
.logoImgWithMyTeam { .logoImgWithMyTeam {
width: 225px; width: 200px;
margin: auto; margin: 20px auto;
} }
.logoImg { .logoImg {
margin-bottom: 180px; margin-bottom: 180px;
width: 250px; width: 225px;
} }
.companyTxt { .companyTxt {
font-size: 12px; font-size: 12px;
color: var(--customnavy); color: var(--customnavy);
text-align: center; text-align: center;
font-family: 'Inter' !important;
} }
ion-thumbnail.menu-thumb { ion-thumbnail.menu-thumb {
@ -395,4 +398,9 @@ ion-thumbnail.menu-thumb {
border-radius: 70% !important; border-radius: 70% !important;
position: relative; position: relative;
top: 3px; top: 3px;
}
ion-item,
.border {
border-bottom: #c7c7c7 solid 1px
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Loading…
Cancel
Save