From 4314f57ff8a1eab8b118dceb4e9296f649226f79 Mon Sep 17 00:00:00 2001 From: ymahtat-dev <71645850+ymahtat-dev@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:57:58 +0100 Subject: [PATCH] MOSIP-35118 - fix logo visibility issue on pre-registration login page (#199) Signed-off-by: Youssef MAHTAT --- .../src/app/auth/login/login.component.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pre-registration-ui/src/app/auth/login/login.component.css b/pre-registration-ui/src/app/auth/login/login.component.css index c7cc6b23..02a0b554 100644 --- a/pre-registration-ui/src/app/auth/login/login.component.css +++ b/pre-registration-ui/src/app/auth/login/login.component.css @@ -6,6 +6,7 @@ display: flex; flex-direction: column; align-items: center; + background-color: transparent !important; } .spacing { @@ -26,9 +27,8 @@ } .form_wrapper { - margin: 4% 0%; + margin: 4% 0; line-height: 2rem; - height: 64vh; } .form_fields_padding { @@ -41,7 +41,7 @@ font-size: 1.5rem; text-align: center; font-weight: 600; - + } .subHeading { @@ -109,4 +109,4 @@ button { } ::ng-deep.mat-select-value { padding: 5px !important; -} \ No newline at end of file +}