Skip to content

Commit

Permalink
Merge pull request #69 from pastore99/64-fix-registration-visual-and-…
Browse files Browse the repository at this point in the history
…login-new-password-reset-popup

fixed the visual bugs on registration and merged changePasswLogin.jsp…
  • Loading branch information
DDDrag0 authored Jan 16, 2024
2 parents c6be18a + 9caf1ac commit 04a432e
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 04a432e

Please sign in to comment.