Skip to content

Commit

Permalink
fixed the visual bugs on registration and merged changePasswLogin.jsp…
Browse files Browse the repository at this point in the history
… with Login.jsp
  • Loading branch information
DDDrag0 committed Jan 12, 2024
1 parent 4b2bfc6 commit 9caf1ac
Show file tree
Hide file tree
Showing 8 changed files with 318 additions and 373 deletions.
17 changes: 17 additions & 0 deletions src/main/webapp/CSS/changePasswLogin.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
padding: 20px;
}

.hidden {
display: none;
}

.card,
.cardo,
.button,
Expand Down Expand Up @@ -102,4 +106,17 @@
border: 1px solid;
border-color: #e5e7eb;
text-align: center;
}
button {
border: none;
background-color: #ffffff;
}

#gotoLoginArrow span {
border-left: 1em solid transparent;
border-right: 1em solid transparent;
border-bottom: 3em solid black;
display: block;
margin: auto;
transform: rotate(270deg);
}
12 changes: 12 additions & 0 deletions src/main/webapp/CSS/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ a:hover {
font-size: 2em;
}

#signUpButton{
color: white;
width: 100%;
background-color: #199a8e;
border: none;
padding: 5% 10%;
border-radius: 500px;
margin-bottom: 20px;
display: inline-block;
font-size: 2em;
}

#loginRegister{
font-size: 2em;
}
145 changes: 0 additions & 145 deletions src/main/webapp/JS/changePasswLogin.js

This file was deleted.

Loading

0 comments on commit 9caf1ac

Please sign in to comment.