flash messages etc
This commit is contained in:
@@ -205,3 +205,18 @@ textarea:focus,
|
||||
li {
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
.toast {
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
padding: .5rem;
|
||||
margin: .5rem 0;
|
||||
}
|
||||
|
||||
.toast.error {
|
||||
border-color: #dc143c;
|
||||
}
|
||||
|
||||
.toast.success {
|
||||
border-color: #32cd32;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user