This commit is contained in:
DioCrafts
2025-03-31 15:01:34 +02:00
parent 25657c3399
commit 36ec082289
3 changed files with 309 additions and 118 deletions
+4 -1
View File
@@ -5,11 +5,14 @@
align-items: center;
justify-content: center;
height: 100vh;
width: 100%;
background-color: #f5f7fa;
}
.auth-panel {
width: 400px;
max-width: 90%;
margin: 0 auto;
background-color: white;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
@@ -198,4 +201,4 @@
width: 90%;
padding: 20px;
}
}
}