diff --git a/Mohem/src/app/app.component.scss b/Mohem/src/app/app.component.scss index 22419a06..346052d2 100644 --- a/Mohem/src/app/app.component.scss +++ b/Mohem/src/app/app.component.scss @@ -15,6 +15,8 @@ header margin-right: 70px !important; margin-top: -24px !important; margin-bottom: 5px; + margin: auto; + display: block; } .mohemmLogo-ar { @@ -86,12 +88,13 @@ hr { text-decoration: none; display: inline-block; font-size: 12px; - margin-right: 95px !important; margin-top: 15px !important; margin-bottom: 20px !important; border-radius: 30px; - height: 30px; - padding: 0px 18px; + height: 32px; + margin: auto; + padding: 0px 24px; + display: block; } @@ -107,8 +110,8 @@ hr { margin-top: 15px !important; margin-bottom: 20px !important; border-radius: 30px; - height: 26px; - padding: 6px 24px; + height: 32px; + padding: 0px 24px; } .menuImg { @@ -295,12 +298,11 @@ button.menu-item.item.item-block.item-ios { overflow: hidden; white-space: nowrap; width: 90%; - margin: auto; + margin: 10px auto auto auto; } -.TxtPlaces { - margin-top: 2px; +.TxtPlaces { font-size: 14px; color: #000; font-family: 'Inter' !important; @@ -308,7 +310,7 @@ button.menu-item.item.item-block.item-ios { overflow: hidden; white-space: nowrap; width: 90%; - margin: auto; + margin: 5px auto; } .menuFooter { @@ -335,19 +337,20 @@ button.menu-item.item.item-block.item-ios { .logoImgWithMyTeam { - width: 225px; - margin: auto; + width: 200px; + margin: 20px auto; } .logoImg { margin-bottom: 180px; - width: 250px; + width: 225px; } .companyTxt { font-size: 12px; color: var(--customnavy); text-align: center; + font-family: 'Inter' !important; } ion-thumbnail.menu-thumb { @@ -395,4 +398,9 @@ ion-thumbnail.menu-thumb { border-radius: 70% !important; position: relative; top: 3px; +} + +ion-item, +.border { + border-bottom: #c7c7c7 solid 1px } \ No newline at end of file diff --git a/Mohem/src/assets/icon/icon_CS.png b/Mohem/src/assets/icon/icon_CS.png new file mode 100644 index 00000000..11242978 Binary files /dev/null and b/Mohem/src/assets/icon/icon_CS.png differ