Fixes and initial styling for chat

This commit is contained in:
2018-03-06 18:33:11 -05:00
parent 57f42584de
commit 94078ad1d5
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
page-chat {
.message-bubble {
background-color: #000fff;
color: #000000;
max-width: 75%;
padding: 0.75rem;
&.is-user {
background-color: #fff000;
margin: 1rem 0 1rem auto;
}
}
}