From 56b4a3e18b17e1ab7534520d0adde5dc9eb7b3e9 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Wed, 6 Apr 2022 11:49:35 +0300 Subject: [PATCH] offer discount label issue fixed --- .../offersdiscount/offer-details/offer-details.component.ts | 2 ++ Mohem/src/theme/styles.scss | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts b/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts index 28e57ed8..ee364abe 100644 --- a/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts +++ b/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts @@ -60,7 +60,9 @@ export class OfferDetailsComponent implements OnInit { this.cs.navigateForward('/offersdiscount/location'); } getLocation() { + this.cs.startLoading(); this.offersService.getOfferLocation({ OfferId: this.details.rowID }, () => { }, this.ts.trPK('general', 'retry')).subscribe((result) => { + this.cs.stopLoading(); result = JSON.parse(result.Mohemm_ITG_ResponseItem).result.data; this.cs.sharedService.setSharedData(result, OfferDiscountService.selected_offers); this.openLocation(); diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index e156cdbe..9c564382 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1636,7 +1636,7 @@ ion-segment-button { box-shadow: none !important; -webkit-box-shadow: none !important; } - .concorrent-select .alert-radio-label{ - padding: 0 28px 0 28px; - font-size: 12px; + .select-alert .alert-radio-label{ + + font-size: 12px !important; } \ No newline at end of file