added warning when wrong password is entered
This commit is contained in:
@@ -101,3 +101,12 @@ input[type="submit"]:hover{
|
||||
border-color: #2691d9;
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.warnings {
|
||||
outline: none;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
background-color: #ff8080;
|
||||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user