11 lines
183 B
SCSS
11 lines
183 B
SCSS
#conversejs {
|
|
.chatbox.headlines {
|
|
.chat-head {
|
|
&.chat-head-chatbox {
|
|
background-color: $headline-head-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|