Ready to apply color to conversations

This commit is contained in:
Pierre HUBERT 2021-03-06 19:24:46 +01:00
parent cc4518b4d6
commit e32f114179

View File

@ -42,15 +42,26 @@
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::after, .big-box-conversation .direct-chat-msg.curruser .direct-chat-text::after,
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::before { .big-box-conversation .direct-chat-msg.curruser .direct-chat-text::before {
border-right-color: #3c8dbc; border-right-color: var(--primary-blue);
} }
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text { .big-box-conversation .direct-chat-msg.curruser .direct-chat-text {
background: #3c8dbc; background: var(--primary-blue);
border-color: #3c8dbc; border-color: var(--primary-blue);
color: white; color: white;
} }
.big-box-conversation .btn-primary {
border-color: var(--primary-blue);
}
.big-box-conversation .btn-primary:hover {
background-color: var(--primary-blue);
border-color: var(--primary-blue);
}
.big-box-conversation .direct-chat-text .message-img { .big-box-conversation .direct-chat-text .message-img {
max-width: 100%; max-width: 100%;
max-height: 200px; max-height: 200px;