forked from lucaspatenaude/ScoreSpot
Register and login pages conformed
This commit is contained in:
@@ -3,16 +3,7 @@
|
||||
}
|
||||
|
||||
#login-page {
|
||||
width: 400px;
|
||||
height: fit-content;
|
||||
position: absolute;
|
||||
top: 150px; /* Adjust this value as needed */
|
||||
right: 20px; /* Adjust this value as needed */
|
||||
z-index: 5;
|
||||
background: linear-gradient(to bottom, white, rgb(245, 245, 245), rgb(227, 227, 227)); /* Gradient from white to gray */
|
||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid gray;
|
||||
border-radius: 8px;
|
||||
|
||||
}
|
||||
|
||||
#login-submit {
|
||||
|
||||
@@ -2,24 +2,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
#register-page {
|
||||
width: 600px;
|
||||
height: fit-content;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 5;
|
||||
background: linear-gradient(to bottom, white, rgb(245, 245, 245), rgb(227, 227, 227));
|
||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
#register-page button {
|
||||
padding: 5px 10px;
|
||||
background-color: red;
|
||||
|
||||
Reference in New Issue
Block a user