56e4e8b8ee
Also, add urijs to more intelligently handle URIs
21 lines
456 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|
|
|