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 86544832e..c8c15dc16 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,8 +60,13 @@
- + + + + +
@@ -73,9 +78,15 @@
+ + +
+
@@ -101,29 +112,29 @@
- + - {{"₹"}} {{PremiumPaidInwords[s]}} Only + {{"₹"}} {{PremiumPaidInwords[s]}} Only - + {{ freqn.name | titlecase }} - +
- + - {{"₹"}} {{SumAssuredInwords[s]}} Only + {{"₹"}} {{SumAssuredInwords[s]}} Only - +
@@ -137,19 +148,19 @@
- + {{ ins_type.name | titlecase }} - + - + - {{"₹"}} {{AmtInvestInwords[s]}} Only + {{"₹"}} {{AmtInvestInwords[s]}} Only - +
@@ -169,20 +180,20 @@
- + - {{"₹"}} {{AssetValueInwords[s]}} Only + {{"₹"}} {{AssetValueInwords[s]}} Only - + {{data.viewValue | titlecase}} - + - {{"₹"}} {{B_emiAmtInwords[s]}} Only + {{"₹"}} {{B_emiAmtInwords[s]}} Only
@@ -196,9 +207,9 @@
- + - {{"₹"}} {{appxMarketAmtInwords[i]}} Only + {{"₹"}} {{appxMarketAmtInwords[i]}} Only @@ -220,14 +231,14 @@ - + Vintage - + Purchase Year @@ -304,12 +315,12 @@
- + {{ prop.name | titlecase }} - +
@@ -321,7 +332,9 @@
- + +
@@ -333,9 +346,15 @@
+ + +
+
@@ -373,27 +392,27 @@
- + - {{"₹"}} {{OtherPremiumPaidInwords[s]}} Only + {{"₹"}} {{OtherPremiumPaidInwords[s]}} Only - + {{ freqn.name | titlecase }} - +
- + - {{"₹"}} {{OtherSumAssuredInwords[s]}} Only + {{"₹"}} {{OtherSumAssuredInwords[s]}} Only - + @@ -409,24 +428,27 @@
- + {{ ins_type.name | titlecase }} - + - + - {{"₹"}} {{OtherAmtInvestInwords[i]}} Only + + + + {{"₹"}} {{OtherAmtInvestInwords[i]}} Only
- +
@@ -467,7 +489,7 @@ formControlName="other_owner" autocomplete="off"> -
- + - {{"₹"}} {{OtherAppxMarketAmtInwords[i]}} Only + {{"₹"}} {{OtherAppxMarketAmtInwords[i]}} Only @@ -520,7 +542,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; }