🐛 Fixed login page & delete forgot + register page

This commit is contained in:
2024-09-13 19:55:58 +02:00
parent 8865ba34ee
commit 6e72c029e8
9 changed files with 64 additions and 211 deletions
+11 -10
View File
@@ -2,15 +2,16 @@
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 50px;
padding: 15svh;
width: 100svw;
height: 100svh;
& > .appLogo {
position: absolute;
top: 5svh;
margin-top: -50px;
width: 30svw;
max-width: 150px;
height: auto;
}
@@ -19,10 +20,10 @@
flex-direction: column;
align-items: stretch;
gap: 10px;
padding: 30px 60px;
padding: 20px 30px;
width: 95svw;
max-width: 450px;
border: 3px solid #fefefa;
border: 2px solid #fefefa;
border-radius: 7px;
background-color: #d94253;
@@ -60,7 +61,7 @@
& > .input {
padding: 10px;
border: 2px solid #fefefa;
border: 1px solid #fefefa;
border-radius: 5px;
background-color: #d94253;
outline: none;
@@ -102,8 +103,8 @@
}
& > .buttonsContainer {
display: grid;
grid-template-columns: repeat(2, 1fr);
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
margin-top: 15px;
@@ -113,8 +114,8 @@
justify-content: center;
align-items: center;
gap: 5px;
padding: 7px 21px;
border: 2px solid #fefefa;
padding: 7px 35px;
border: 1px solid #fefefa;
border-radius: 5px;
background-color: #fefefa;
font-size: 0.9rem;