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

@@ -209,14 +209,10 @@
}
.message {
.sender {
font-weight: bold;
color: $theme-color;
}
margin-top: 0.5rem;
margin-bottom: 0.5rem;
.text {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
width: fit-content;
}