Add "invitations" notification to top of screen
This commit is contained in:
parent
e3eb76dcc1
commit
b4d61c737c
3 changed files with 19 additions and 0 deletions
|
|
@ -115,6 +115,11 @@ $admin-fg: white;
|
|||
background-color: $chat-background;
|
||||
overflow: hidden;
|
||||
|
||||
.chat-room-invitations {
|
||||
padding: 10px;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.chat-content {
|
||||
margin: 0;
|
||||
padding-top: $chat-standard-padding-s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue