From 23321fbe6601c218955137774c8e51756c331a90 Mon Sep 17 00:00:00 2001 From: SheenaMalhotra182 Date: Thu, 8 Dec 2022 16:59:19 +0530 Subject: [PATCH] styling changes --- .../forgot-password.component.html | 20 +++++++++---------- .../forgot-password.component.scss | 1 + 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/lib/core/src/lib/forgot-password/forgot-password.component.html b/lib/core/src/lib/forgot-password/forgot-password.component.html index fea4959335..6dfe69c27c 100644 --- a/lib/core/src/lib/forgot-password/forgot-password.component.html +++ b/lib/core/src/lib/forgot-password/forgot-password.component.html @@ -16,18 +16,16 @@ {{ 'PASSWORD.MESSAGES.ENTER-USERNAME' | translate }} - - + + - + @@ -40,4 +38,4 @@ - + \ No newline at end of file diff --git a/lib/core/src/lib/forgot-password/forgot-password.component.scss b/lib/core/src/lib/forgot-password/forgot-password.component.scss index 03555ac710..3e8c9f47f5 100644 --- a/lib/core/src/lib/forgot-password/forgot-password.component.scss +++ b/lib/core/src/lib/forgot-password/forgot-password.component.scss @@ -53,6 +53,7 @@ hr { width: 100%; border: none !important; outline: none; + margin-top: 10px !important; } .send-instructions-button {