Basic message implementation
This commit is contained in:
@@ -265,4 +265,18 @@ body {
|
||||
/* error page */
|
||||
.red-text {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Message badge */
|
||||
.message-badge {
|
||||
display: inline-block;
|
||||
background-color: #d9534f;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 2px 5px;
|
||||
border-radius: 50%;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
Reference in New Issue
Block a user