From 418227784173cbcb1d377d8f0d072ba7fec13073 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 28 Sep 2024 21:03:15 -0400 Subject: [PATCH] fix div for offers --- .../offers-received.component.html | 123 ++++++++++++------ .../offers-received.component.scss | 2 +- 2 files changed, 84 insertions(+), 41 deletions(-) diff --git a/src/app/components/offers-received/offers-received.component.html b/src/app/components/offers-received/offers-received.component.html index 7601ceb..9d501ac 100644 --- a/src/app/components/offers-received/offers-received.component.html +++ b/src/app/components/offers-received/offers-received.component.html @@ -5,60 +5,103 @@
New Offer Expires : {{item.expire | date}}
-
-
+
+ alt="job banner" src="{{session_image_server+'/'+curr_session+'/job/'+item.job_uid}}" />
{{(item.title.length > 65) ? item.title.substring(0,64)+"...": item.title }}
-
{{item.price*0.01| number : '1.2-2'}} {{item.currency}}
-
- {{ (currOpenOffer !='' && currOpenOffer==item.offer_uid)? 'Close': 'View'}} +
+ {{ (currOpenOffer !='' && currOpenOffer==item.offer_uid)? 'Close': 'View'}}
-
-
- - - {{item.title }} - - - {{item.description}} - - - {{item.price*0.01| number : '1.2-2'}} {{item.currency}} {{item.timeline_days}} day(s) - - - - - - -
-
- Reject -
-
- Start Now -
-
-
-
-
-
+
+
+
+
+ {{item.title}} +
+
+ {{item.description}} +
+
+ Reward : {{item.price*0.01| number : '1.2-2'}} {{item.currency}} Duration : {{item.timeline_days}} day(s) +
+ +
+ + +
+
+
+
+ Reject +
+
+ Start Now +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/app/components/offers-received/offers-received.component.scss b/src/app/components/offers-received/offers-received.component.scss index 13ce603..a102246 100644 --- a/src/app/components/offers-received/offers-received.component.scss +++ b/src/app/components/offers-received/offers-received.component.scss @@ -3,7 +3,7 @@ font-weight: bolder; } .offerBanner{ - box-shadow: 3px 2px 2px #bbadad; + box-shadow: 2px 1px 1px #bbadad; //background-color: #e8f1e8; background: linear-gradient(to top, #f0f8ff 0%, #f0f9fd 100%); border-radius: 10px;