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.
Global-sales/src/views/Conversations/Conversations.css

26 lines
400 B
CSS

2 years ago
.full-height {
height: 100vh;
}
.scrollable-column {
height: 100%;
overflow-y: auto;
}
.column {
height: 100%;
}
.ant-card .ant-card-head{
padding: 0 .5em .5em .5em;
min-height: unset;
}
.ant-card .ant-card-body{
padding: .5em;
}
.chatwindow-wrapper .rce-mbox-time-block{
background: linear-gradient(0deg,#00000014,#0000);
color: #00000073;
}