sign in system pretty much
This commit is contained in:
@@ -62,4 +62,18 @@ image {
|
||||
border-color: black;
|
||||
border-width: 2px;
|
||||
border-style: groove;
|
||||
}
|
||||
|
||||
.flash-messages {
|
||||
list-style-type: none;
|
||||
margin: 0 0 16px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.flash-messages li {
|
||||
background-color: #fee2e2;
|
||||
color: #991b1b;
|
||||
padding: 10px 14px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user