diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html index d7ead5fd9..95f16879e 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.html @@ -41,13 +41,13 @@
- + {{ prop.name | titlecase }} - +
@@ -60,7 +60,7 @@
- +
@@ -73,7 +73,7 @@
- +
@@ -100,29 +100,29 @@
- + - {{"₹"}} {{PremiumPaidInwords[s]}} Only + {{"₹"}} {{PremiumPaidInwords[s]}} Only - + {{ freqn.name | titlecase }} - +
- + - {{"₹"}} {{SumAssuredInwords[s]}} Only + {{"₹"}} {{SumAssuredInwords[s]}} Only - +
@@ -136,19 +136,19 @@
- + {{ ins_type.name | titlecase }} - + - + - {{"₹"}} {{AmtInvestInwords[s]}} Only + {{"₹"}} {{AmtInvestInwords[s]}} Only - +
@@ -168,20 +168,20 @@
- + - {{"₹"}} {{AssetValueInwords[s]}} Only + {{"₹"}} {{AssetValueInwords[s]}} Only - + {{data.viewValue | titlecase}} - + - {{"₹"}} {{B_emiAmtInwords[s]}} Only + {{"₹"}} {{B_emiAmtInwords[s]}} Only
@@ -195,9 +195,9 @@
- + - {{"₹"}} {{appxMarketAmtInwords[i]}} Only + {{"₹"}} {{appxMarketAmtInwords[i]}} Only @@ -219,14 +219,14 @@ - + Vintage - + Purchase Year @@ -303,12 +303,12 @@
- + {{ prop.name | titlecase }} - +
@@ -320,7 +320,7 @@
- +
@@ -332,7 +332,7 @@
- +
@@ -371,27 +371,27 @@
- + - {{"₹"}} {{OtherPremiumPaidInwords[s]}} Only + {{"₹"}} {{OtherPremiumPaidInwords[s]}} Only - + {{ freqn.name | titlecase }} - +
- + - {{"₹"}} {{OtherSumAssuredInwords[s]}} Only + {{"₹"}} {{OtherSumAssuredInwords[s]}} Only - + @@ -407,24 +407,24 @@
- + {{ ins_type.name | titlecase }} - + - + - {{"₹"}} {{OtherAmtInvestInwords[i]}} Only + {{"₹"}} {{OtherAmtInvestInwords[i]}} Only
- +
@@ -465,7 +465,7 @@ formControlName="other_owner" autocomplete="off"> -
- + - {{"₹"}} {{OtherAppxMarketAmtInwords[i]}} Only + {{"₹"}} {{OtherAppxMarketAmtInwords[i]}} Only @@ -518,7 +518,7 @@ formControlName="other_owner" autocomplete="off"> - - + Purchase Year diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.scss index fcc592d78..0f22c49b9 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.scss @@ -2,6 +2,9 @@ color: #fff !important; background-color: #e00201 !important; } + .mat-form-field-appearance-legacy .mat-hint{ + color:rgba(0, 0, 0, 0.8) !important; +} .mat-card-content { background-color: white; }