Skip to content

Commit

Permalink
MOSIP-35118 - fix logo visibility issue on pre-registration login page
Browse files Browse the repository at this point in the history
Signed-off-by: Youssef MAHTAT <[email protected]>
  • Loading branch information
ymahtat-dev committed Nov 13, 2024
1 parent 12dc3e5 commit dc1752b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pre-registration-ui/src/app/auth/login/login.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: flex;
flex-direction: column;
align-items: center;
background-color: transparent !important;
}

.spacing {
Expand All @@ -26,9 +27,8 @@
}

.form_wrapper {
margin: 4% 0%;
margin: 4% 0;
line-height: 2rem;
height: 64vh;
}

.form_fields_padding {
Expand All @@ -41,7 +41,7 @@
font-size: 1.5rem;
text-align: center;
font-weight: 600;

}

.subHeading {
Expand Down Expand Up @@ -109,4 +109,4 @@ button {
}
::ng-deep.mat-select-value {
padding: 5px !important;
}
}

0 comments on commit dc1752b

Please sign in to comment.