Fixes and initial styling for chat
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user