diff --git a/Mohem/src/app/app.component.scss b/Mohem/src/app/app.component.scss index 92052771..96588df1 100644 --- a/Mohem/src/app/app.component.scss +++ b/Mohem/src/app/app.component.scss @@ -313,6 +313,7 @@ button.menu-item.item.item-block.item-ios { text-align: center; margin: auto; width: 100%; + position: absolute; } diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss index f11d4d21..301515c1 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss @@ -50,7 +50,7 @@ ion-app[dir="rtl"] .titleBox { font-weight: bold; text-align: -webkit-auto; display: block; - font-size: 14px !important; + font-size: 15px !important; } .iconFab { diff --git a/Mohem/src/app/notification/home/home.component.scss b/Mohem/src/app/notification/home/home.component.scss index 3949a361..54348e07 100644 --- a/Mohem/src/app/notification/home/home.component.scss +++ b/Mohem/src/app/notification/home/home.component.scss @@ -343,6 +343,11 @@ ion-content { margin-left: 20px; } +.filters-row-ar { + margin-top: 15px; + margin-right: 20px; +} + .work-list-container { position: relative; padding-left: 60px; diff --git a/Mohem/src/assets/imgs/profile-icons/Phone Number Active.png b/Mohem/src/assets/imgs/profile-icons/Phone Number Active.png deleted file mode 100644 index c16c9c14..00000000 Binary files a/Mohem/src/assets/imgs/profile-icons/Phone Number Active.png and /dev/null differ diff --git a/Mohem/src/assets/imgs/profile-icons/basic-detail@21.png b/Mohem/src/assets/imgs/profile-icons/basic-detail@21.png index b569617a..7b4f5041 100644 Binary files a/Mohem/src/assets/imgs/profile-icons/basic-detail@21.png and b/Mohem/src/assets/imgs/profile-icons/basic-detail@21.png differ diff --git a/Mohem/src/assets/imgs/profile-icons/basic-detail@2x.png b/Mohem/src/assets/imgs/profile-icons/basic-detail@2x.png index 413b18ab..6ffcf88e 100644 Binary files a/Mohem/src/assets/imgs/profile-icons/basic-detail@2x.png and b/Mohem/src/assets/imgs/profile-icons/basic-detail@2x.png differ diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index a177bc15..10e7f04f 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1844,10 +1844,11 @@ ion-app[dir="rtl"] { } .iconBox img { - margin: 5px !important; + // margin: 5px !important; } .pClass { - text-align: right !important; + font-size: 12px; } + } \ No newline at end of file