Skip to content

Commit

Permalink
fix: fixed UI of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
saloni47b committed Feb 9, 2024
1 parent cd03f4a commit e768543
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions public/auth-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
background-color: #0a6bc7;
opacity: 0.2;
}
.login-alignment-wrapper{
height: 100%;
justify-content: center;
.login-alignment-wrapper {
height: 100%;
justify-content: center;
}
#login .ory_elements__card__1t5ly150,
#login .ory_elements__divider__1312gjt1 {
Expand Down Expand Up @@ -88,7 +88,9 @@
padding: 0.5rem 3rem;
}
.ory_elements__input_field__1tgfa2l1:not(:focus):not(:placeholder-shown):valid,
.ory_elements__input_field__1tgfa2l1:not(:focus):not(:placeholder-shown):invalid,
.ory_elements__input_field__1tgfa2l1:not(:focus):not(
:placeholder-shown
):invalid,
.ory_elements__input_field__1tgfa2l1:hover,
.ory_elements__input_field__1tgfa2l1:focus,
.ory_elements__input_field__1tgfa2l1:active {
Expand Down

0 comments on commit e768543

Please sign in to comment.