1234567891011121314151617181920 |
- #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%;
- }
- }
- }
|