feat: auth

This commit is contained in:
root
2025-10-13 22:35:39 +03:00
parent a378414ea3
commit b3988797c5
7 changed files with 158 additions and 3 deletions

View File

@@ -21,6 +21,21 @@ a {
gap: 10px;
}
.auth-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-div {
display: flex;
gap: 10px;
}
.login-sep {
display: inline;
}
.one-post {
background: #273449;
border: solid 1px #334155;
@@ -74,4 +89,18 @@ form {
.error {
color: red;
}
.login-form {
max-width: 400px;
margin: auto;
}
.registration-header {
text-align: center;
}
.registration-error {
text-align: center;
margin-top: 10px;
}