You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
.ant-card .ant-card-head{
|
|
|
|
padding: 0 .5em .5em .5em;
|
|
|
|
min-height: unset;
|
|
|
|
}
|
|
|
|
.ant-card .ant-card-body{
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Chat Window */
|
|
|
|
.chatwindow-wrapper .rce-container-mbox .rce-mbox{
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-time-block{
|
|
|
|
background: linear-gradient(0deg,#00000014,#0000);
|
|
|
|
color: #00000073;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-text:after{
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-left-notch {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
left: -9px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-right-notch {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
right: -9px;
|
|
|
|
}
|