diff --git a/Mohem/config.xml b/Mohem/config.xml index 48ead64b..11dcc77b 100644 --- a/Mohem/config.xml +++ b/Mohem/config.xml @@ -1,5 +1,5 @@ - + خدماتي An app created by cloud Solutions Cloud Solutions diff --git a/Mohem/src/app/my-team/details/details.component.scss b/Mohem/src/app/my-team/details/details.component.scss index 825bdf52..fbcf72b5 100644 --- a/Mohem/src/app/my-team/details/details.component.scss +++ b/Mohem/src/app/my-team/details/details.component.scss @@ -832,8 +832,9 @@ $actionBtnSize : 36px; // color: black !important; // display: block !important; text-align: center; - letter-spacing: -0.64px; - color: #2B353E; + letter-spacing: -0.52px; + color: #5C6F79; + font-weight: bold; opacity: 1; font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-size: 16px; @@ -939,7 +940,8 @@ $actionBtnSize : 36px; .name { text-align: center; letter-spacing: -0.84px; - color: #2B353E; + color: #004D71; + font-weight: bold; opacity: 1; font-family: 'Inter' !important; line-height: 21px; @@ -959,8 +961,9 @@ $actionBtnSize : 36px; .subTitle { text-align: center; - letter-spacing: -0.52px; - color: #A2A2A2; + letter-spacing: -0.56px; + color: #004D71; + font-weight: bold; opacity: 1; font-family: var(--fontFamilyPoppins-SemiBold, inherit); font-size: 13px; @@ -973,7 +976,8 @@ $actionBtnSize : 36px; line-height: 20px; font-size: 20px; letter-spacing: -0.8px; - color: #2B353E; + color: #004D71; + font-weight: bold; opacity: 1; margin-top: 20px; margin-bottom: 2px; @@ -983,9 +987,10 @@ $actionBtnSize : 36px; text-align: left; font-family: var(--fontFamilyPoppins-SemiBold, inherit); line-height: 0px; - font-size: 13px; - letter-spacing: -0.52px; - color: #A2A2A2; + font-size: 14px; + letter-spacing: -0.56px; + color: #5C6F79; + font-weight: bold; opacity: 1; } @@ -995,7 +1000,8 @@ $actionBtnSize : 36px; line-height: 5px; font-size: 16px; letter-spacing: -0.64px; - color: #2B353E; + color: #004D71; + font-weight: bold; opacity: 1; } @@ -1005,7 +1011,8 @@ $actionBtnSize : 36px; line-height: 20px; font-size: 20px; letter-spacing: -0.8px; - color: #2B353E; + color: #004D71; + font-weight: bold; opacity: 1; margin-top: 20px; margin-bottom: 2px; @@ -1018,8 +1025,9 @@ $actionBtnSize : 36px; font-family: var(--fontFamilyPoppins-SemiBold, inherit); line-height: 0px; font-size: 18px; - letter-spacing: -0.52px; - color: #A2A2A2; + letter-spacing: -0.56px; + color: #5C6F79; + font-weight: bold; opacity: 1; padding: 1px 5px 1px 5px; } @@ -1030,7 +1038,8 @@ $actionBtnSize : 36px; line-height: 5px; font-size: 18px; letter-spacing: -0.64px; - color: #2B353E; + color: #004D71; + font-weight: bold; opacity: 1; padding: 1px 5px 1px 5px; } diff --git a/Mohem/src/app/my-team/home/home.component.scss b/Mohem/src/app/my-team/home/home.component.scss index 5de7161f..a98c4d00 100644 --- a/Mohem/src/app/my-team/home/home.component.scss +++ b/Mohem/src/app/my-team/home/home.component.scss @@ -327,7 +327,18 @@ ion-content { width: 25px; height: 25px; border-radius: 100%; - background-color: #44A7A1; + color: white; + font-size: 12px; + font-weight: bolder; + margin-left: 13px; + width: 25px; + height: 25px; + border-radius: 100%; + background-color: #004D71; + z-index: 9; + margin-top: 25px; + text-align: center; + padding-top: 5px; z-index: 9; margin-top: 25px; /* padding-left: 4px; */ @@ -343,7 +354,18 @@ ion-content { width: 25px; height: 25px; border-radius: 100%; - background-color: #44A7A1; + color: white; + font-size: 12px; + font-weight: bolder; + margin-left: 13px; + width: 25px; + height: 25px; + border-radius: 100%; + background-color: #004D71; + z-index: 9; + margin-top: 25px; + text-align: center; + padding-top: 5px; z-index: 9; margin-top: 25px; text-align: center; diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index b5524f83..d06cd1f9 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1426,7 +1426,7 @@ div.no-dataDiv { .active-Segment { border-radius: 25px !important; // font-size: 0.3cm !important; - background: var(--newgreen) !important; + background: #004C70 !important; color: var(--light) !important; font-weight: bold !important; text-transform: none;