Skip to content

Commit

Permalink
Update LoginPage.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Dec 11, 2022
1 parent dd33587 commit c250ea2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Pages/LoginPage/LoginPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@
background: white;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 0px;
border-top: 0px;
letter-spacing: 0.4em;
}

.emailinput input:valid ~ label,
.emailinput input:valid,
.emailinput input:focus {
border: 2px solid black;
}
Expand Down

0 comments on commit c250ea2

Please sign in to comment.