changes by suren
This commit is contained in:
parent
55c953a04d
commit
57e7a27a31
@ -4,4 +4,7 @@ mat-form-field {
|
|||||||
.mat-form-field-appearance-legacy .mat-hint{
|
.mat-form-field-appearance-legacy .mat-hint{
|
||||||
color:rgba(0, 0, 0, 0.8) !important;
|
color:rgba(0, 0, 0, 0.8) !important;
|
||||||
}
|
}
|
||||||
|
.mat-select {
|
||||||
|
display: contents !important;
|
||||||
|
}
|
||||||
|
|
||||||
@ -160,7 +160,7 @@
|
|||||||
<mat-label>Age of Asset in Years</mat-label>
|
<mat-label>Age of Asset in Years</mat-label>
|
||||||
<input matInput autocomplete="off" placeholder="eg.99" formControlName="business_vintage"
|
<input matInput autocomplete="off" placeholder="eg.99" formControlName="business_vintage"
|
||||||
minlength="1" maxlength="2" OnlyNumber type="text"
|
minlength="1" maxlength="2" OnlyNumber type="text"
|
||||||
(keyup)="calculateVintagePurchase($event.target.value,i,3)">
|
(keyup)="calculateVintagePurchase($event.target.value,i,5)">
|
||||||
<!-- <mat-error> Invalid format</mat-error> -->
|
<!-- <mat-error> Invalid format</mat-error> -->
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width:45%">
|
<mat-form-field style="width:45%">
|
||||||
@ -420,7 +420,7 @@
|
|||||||
<mat-label>Age of Asset in Years</mat-label>
|
<mat-label>Age of Asset in Years</mat-label>
|
||||||
<input matInput autocomplete="off" placeholder="eg.99"
|
<input matInput autocomplete="off" placeholder="eg.99"
|
||||||
formControlName="business_vintage" minlength="1" maxlength="2" OnlyNumber
|
formControlName="business_vintage" minlength="1" maxlength="2" OnlyNumber
|
||||||
type="text" (keyup)="calculateVintagePurchase($event.target.value,i,1)">
|
type="text" (keyup)="calculateVintagePurchase($event.target.value,i,6)">
|
||||||
<!-- <mat-error> Invalid format</mat-error> -->
|
<!-- <mat-error> Invalid format</mat-error> -->
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
|
|||||||
@ -128,7 +128,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<div class="toggle" fxLayout="row nowrap">
|
<div class="toggle" fxLayout="row nowrap">
|
||||||
<mat-label>Was the PD Address Outside Geographic Limit (OGL)</mat-label>
|
<mat-label>Any additional visit (Godown /multiple rental properties)</mat-label>
|
||||||
<mat-slide-toggle formControlName="was_the_pd_address_ogl" color="primary"></mat-slide-toggle>
|
<mat-slide-toggle formControlName="was_the_pd_address_ogl" color="primary"></mat-slide-toggle>
|
||||||
</div>
|
</div>
|
||||||
<mat-form-field style="width:50%;">
|
<mat-form-field style="width:50%;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user