♻️ Refactor frontend
This commit is contained in:
@ -18,9 +18,6 @@
|
||||
padding: 65px 10px 80px 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #353535;
|
||||
}
|
||||
.login {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -28,13 +25,14 @@ body {
|
||||
flex-direction: column;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #bdbdbd;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
input {
|
||||
border: 0px;
|
||||
outline: none;
|
||||
|
Reference in New Issue
Block a user