From 090f78df52d32c73e0c8a1f773a470afb254f07e Mon Sep 17 00:00:00 2001 From: enadhilal Date: Tue, 8 Feb 2022 09:05:48 +0300 Subject: [PATCH] fixing disable btn and input placeholder --- Mohem/src/app/authentication/forgot/forgot.component.html | 8 +++++--- Mohem/src/app/authentication/forgot/forgot.component.scss | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/authentication/forgot/forgot.component.html b/Mohem/src/app/authentication/forgot/forgot.component.html index 91bb43a6..ccc41b2b 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.html +++ b/Mohem/src/app/authentication/forgot/forgot.component.html @@ -24,16 +24,18 @@ - {{'changePassword,newPassword' | translate}} - - {{'changePassword,confirmPassword' | translate}} + diff --git a/Mohem/src/app/authentication/forgot/forgot.component.scss b/Mohem/src/app/authentication/forgot/forgot.component.scss index 139597f9..f9421f1c 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.scss +++ b/Mohem/src/app/authentication/forgot/forgot.component.scss @@ -1,2 +1,5 @@ +.disabledButton{ + opacity:.5; +}