From ac295d5d91c8a98e4291caf77d7c6293eab1e554 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Sat, 12 Jan 2019 13:57:01 +0530 Subject: [PATCH] UI Changes --- .../banking-details.component.html | 4 ++-- .../banking-details.component.scss | 3 +++ .../current-loan/current-loan.component.html | 21 ++++++++++--------- .../current-loan/current-loan.component.scss | 4 +++- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component.html index 4eb5a0372..712135efb 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component.html @@ -164,10 +164,10 @@ - + - {{"₹"}} {{amtInwords[i]}} Only + {{"₹"}} {{amtInwords[i]}} Only - + - {{"₹"}} {{amtInwords[i]}} Only + {{"₹"}} {{amtInwords[i]}} Only - + {{freq.name}} @@ -50,10 +50,10 @@ - + - {{"₹"}} {{emiAmtInwords[i]}} Only + {{"₹"}} {{emiAmtInwords[i]}} Only @@ -103,14 +103,15 @@ - + + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component.scss index 758b41c0c..720a1c506 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component.scss @@ -17,7 +17,9 @@ // background: #62B013; // color: white; // } - +.mat-form-field-appearance-legacy .mat-hint{ + color:rgba(0, 0, 0, 0.8) !important; +} .paragraph_change { color: #fff !important; background-color: #e00201 !important;