From 1e3c45fb97c118aee98341e722aa075ac8c7e0ca Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 20 May 2024 18:29:50 +0200 Subject: [PATCH] bugfix design --- .../login/forgot-pw/forgot-pw.component.scss | 8 +------- .../forgot-pw/pw-reset/pw-reset.component.scss | 14 ++++---------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/components/login/forgot-pw/forgot-pw.component.scss b/src/app/components/login/forgot-pw/forgot-pw.component.scss index 257e08b..99a40a6 100644 --- a/src/app/components/login/forgot-pw/forgot-pw.component.scss +++ b/src/app/components/login/forgot-pw/forgot-pw.component.scss @@ -220,14 +220,8 @@ section { } .custom-img { &:nth-child(2) { - top: 2px; + top: 14px; } - &:nth-child(5) { - top: 73px; - } - } - .passwordEye { - top: 76px; } } diff --git a/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss b/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss index 52aa08f..17c0977 100644 --- a/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss +++ b/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss @@ -175,23 +175,17 @@ section { } .custom-img { &:nth-child(2) { - top: 15px; + top: 12px; } &:nth-child(5) { - top: 90px; - } - &:nth-child(8) { - top: 162px; - } - &:nth-child(11) { - top: 237px; + top: 87px; } } .passwordEye { - top: 162px; + top: 12px; } .passwordEyeConfirm { - top: 237px; + top: 87px; } }