diff --git a/src/app/components/interest-card/interest-card.component.html b/src/app/components/interest-card/interest-card.component.html index 7338268..6c1323d 100644 --- a/src/app/components/interest-card/interest-card.component.html +++ b/src/app/components/interest-card/interest-card.component.html @@ -15,34 +15,43 @@ - - - Job - - - Completed: {{intData.client_jobs_completed}} - - - Active: {{intData.client_jobs_active}} - - - Pening: {{intData.client_offers_pending}} - - - Uncompleted: {{intData.client_jobs_missed}} - - + +
+
Job History
+ Completed : {{intData.client_jobs_completed}} + Active : {{intData.client_jobs_active}} + Pending : {{intData.client_offers_pending}} + Uncompleted : {{intData.client_jobs_missed}} +
+ + + + + + + + + + + + + + + + + +
- Approve Start + Approve Start - Reject + Reject diff --git a/src/app/components/interest-card/interest-card.component.scss b/src/app/components/interest-card/interest-card.component.scss index 7e34e1e..9d9f910 100644 --- a/src/app/components/interest-card/interest-card.component.scss +++ b/src/app/components/interest-card/interest-card.component.scss @@ -15,4 +15,17 @@ } } + .job-hx{ + background-color: white; + border-radius: 10px; + font-size: 14px; + font-weight: bolder; + color:black; + ion-label{ + font-weight: bold; + font-size: 14px; + margin-left: 20px; + color:rebeccapurple; + } + } } \ No newline at end of file diff --git a/src/app/pages/jobintprocess/jobintprocess.page.html b/src/app/pages/jobintprocess/jobintprocess.page.html index 98ef746..c519985 100644 --- a/src/app/pages/jobintprocess/jobintprocess.page.html +++ b/src/app/pages/jobintprocess/jobintprocess.page.html @@ -44,7 +44,7 @@ - + {{item.client_name}}
diff --git a/src/app/pages/transaction/transaction.page.html b/src/app/pages/transaction/transaction.page.html index 22913f9..0f3bba1 100644 --- a/src/app/pages/transaction/transaction.page.html +++ b/src/app/pages/transaction/transaction.page.html @@ -48,7 +48,7 @@ - + {{item.description}} Balance {{item.amount*0.01 | number : '1.2-2'}}