From 9c4fedf8c46ad5a10518550287f6fb667ce12bfa Mon Sep 17 00:00:00 2001 From: umasoodch Date: Thu, 13 Oct 2022 12:11:40 +0300 Subject: [PATCH] fixed color changes --- .../ui/services-button/services-button.component.scss | 2 +- .../hmg-common/ui/stats-button/stats-button.component.scss | 1 + Mohem/src/app/home/home.page.scss | 4 +++- Mohem/src/theme/styles.scss | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss index ac3050aa..6c273a47 100644 --- a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.scss @@ -37,5 +37,5 @@ margin-top: 10px; color: #004D71; font-weight: bold; - letter-spacing: .6px; + letter-spacing: 0px; } \ No newline at end of file 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 2e373983..3e2acef8 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 @@ -60,6 +60,7 @@ ion-app[dir="rtl"] .titleBox { text-align: center; display: block; font-size: 14px !important; + letter-spacing: 0px; } .iconFab { diff --git a/Mohem/src/app/home/home.page.scss b/Mohem/src/app/home/home.page.scss index b0e676b4..0634fe40 100644 --- a/Mohem/src/app/home/home.page.scss +++ b/Mohem/src/app/home/home.page.scss @@ -46,6 +46,7 @@ ion-label { color: #004D71 !important; font-size: 16px; font-weight: bold; + letter-spacing: 0.16px; // margin: 0px 10px 10px 10px; } @@ -106,7 +107,8 @@ ion-label { ion-button { border-radius: 10px; padding: 10px; - background: rgba(0, 0, 0, .3); + background: #69b9b4; + letter-spacing: 0px; --background: transparent; --box-shadow: none !important; height: auto; diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index 391f7ead..b5524f83 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1910,7 +1910,7 @@ ion-app[dir="rtl"] { } .pClass { - font-size: 9px; + font-size: 10px; } }