|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<div class="md-step-circle"><span style="content: url(/assets/imgs/check-white.svg)"></span></div>
|
|
|
|
|
<div class="md-step-title">{{ts.trPK('itemforsale','select-category')}}</div>
|
|
|
|
|
<div class="md-step-optional">{{ts.trPK('itemforsale','completed')}}</div>
|
|
|
|
|
<div class="md-step-bar-left"></div>
|
|
|
|
|
<div [class]="direction == 'ltr' ? 'md-step-bar-left' : 'md-step-bar-right'" ></div>
|
|
|
|
|
<!-- <div class="md-step-bar-right" [ngClass]="step ==1 ? 'orange-border' : 'green-border'"></div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="md-step-title">{{ts.trPK('itemforsale','add-details')}}</div>
|
|
|
|
|
|
|
|
|
|
<div class="md-step-optional">{{step >2 ? "Completed" : "Locked"}}</div>
|
|
|
|
|
<div class="md-step-optional">{{step >2 ? ts.trPK('itemforsale','completed') :ts.trPK('itemforsale','locked')}}</div>
|
|
|
|
|
<div class="md-step-bar-left"></div>
|
|
|
|
|
|
|
|
|
|
</div></ion-col>
|
|
|
|
|
@ -42,9 +42,9 @@
|
|
|
|
|
<div class="md-step-circle"><span *ngIf="step==1 || step==2" style="content: url(/assets/imgs/check.svg)"></span>
|
|
|
|
|
<span *ngIf="step>=3" style="content: url(/assets/imgs/check-white.svg)"></span></div>
|
|
|
|
|
<div class="md-step-title">{{ts.trPK('itemforsale','review-sell')}}</div>
|
|
|
|
|
<div class="md-step-optional">{{step >3 ? "Completed" : "Locked"}}</div>
|
|
|
|
|
<div class="md-step-optional">{{step >3 ? ts.trPK('itemforsale','completed') : ts.trPK('itemforsale','locked')}}</div>
|
|
|
|
|
<div class="md-step-bar-left"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div></ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</div>
|
|
|
|
|
|