add second flash type
This commit is contained in:
@@ -102,12 +102,18 @@ a:hover {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#flashes {
|
||||
.flash-warning {
|
||||
background-color: #fd1b1b1c;
|
||||
border-right: 2px solid #fd1b1b1c;
|
||||
border-bottom: 2px solid #fd1b1b1c;
|
||||
}
|
||||
|
||||
.flash-normal {
|
||||
background-color: #15ff5452;
|
||||
border-right: 2px solid #15ff5452;
|
||||
border-bottom: 2px solid #15ff5452;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user