move initial chats from bot to chatbox

This commit is contained in:
Sharon Kennedy
2020-02-24 14:16:43 -05:00
parent dcd4e4a9ba
commit fec0c1eb14
4 changed files with 117 additions and 56 deletions

View File

@@ -4,16 +4,16 @@
color: $dark-theme-color;
}
.widget-header-minimize, .widget-header-close {
background: $dark-background-color;
color: $light-text-color;
border: 1px solid $white;
}
#ocrcc-chatbox {
.btn-icon {
color: $light-text-color;
}
.widget-header-minimize, .widget-header-close {
background: $dark-background-color;
color: $light-text-color;
border: 1px solid $white;
}
.message-window {
background-color: $dark-background-color;