xmpp.chapril.org-conversejs/sass/_headline.scss
JC Brand 56e4e8b8ee Fix rendering of headline messages.
Also, add urijs to more intelligently handle URIs
2018-04-30 15:37:36 +02:00

21 lines
456 B
SCSS

#conversejs {
.chatbox.headlines {
.chat-head {
&.chat-head-chatbox {
background-color: $headline-head-color;
}
}
.chat-body {
background-color: $headline-head-color;
border-radius: $chatbox-border-radius;
.chat-message {
color: $dark-orange;
}
}
.chat-content {
height: 100%;
}
}
}