27 lines
No EOL
319 B
CSS
27 lines
No EOL
319 B
CSS
.bg-message-left{
|
|
|
|
background-color: #435F7A !important;
|
|
color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
.bg-message-right{
|
|
|
|
background-color: #FFFFFF !important;
|
|
color: #435F7A !important;
|
|
|
|
}
|
|
|
|
.bg-chat{
|
|
|
|
padding: 25px 35px;
|
|
background-color: #E6EAEA;
|
|
|
|
}
|
|
|
|
.chat{
|
|
|
|
max-height: 400px;
|
|
overflow-y: scroll
|
|
|
|
} |