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