feat: auth
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user