From 13260c5a77746bc19eba3aabd2bf8060da4f15b4 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Sat, 12 Jan 2019 16:52:51 +0530 Subject: [PATCH] UI Changes --- .../edit-pd-master.component.html | 2 +- .../other-income/other-income.component.html | 28 +++++++++---------- .../other-income/other-income.component.scss | 3 ++ 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html index 544a5fbe7..ff8062495 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html @@ -31,7 +31,7 @@ - + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.html index 90b38fce9..e5c6df008 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.html @@ -20,7 +20,7 @@ - + Yes @@ -33,10 +33,10 @@

Income Details

-
- + {{src.name}} @@ -48,17 +48,17 @@ - + - + - {{"₹"}} {{amtInwords[i]}} Only + {{"₹"}} {{amtInwords[i]}} Only - + {{frq.name}} @@ -66,20 +66,18 @@ - + - - - +
@@ -234,7 +232,7 @@

Other Income Details

- + Yes diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.scss index ddaefcfc8..5e2912012 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component.scss @@ -19,6 +19,9 @@ ::ng-deep .cdk-global-overlay-wrapper{ justify-content: center !important; } +.mat-form-field-appearance-legacy .mat-hint{ + color:rgba(0, 0, 0, 0.8) !important; +} .paragraph_change { color: #fff !important; background-color: #e00201 !important;