2020-12-22 23:15:37 -08:00
|
|
|
.chat-messages {
|
|
|
|
.ant-table-small .ant-table-selection-column {
|
|
|
|
width: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
}
|
|
|
|
.ant-table-tbody > tr > td {
|
|
|
|
transition: background 0.15s;
|
|
|
|
}
|
|
|
|
.ant-table-cell {
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
&.name-col {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-table-filter-dropdown {
|
|
|
|
max-width: 250px;
|
2020-12-25 20:29:15 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
|
|
.outcome-icon {
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|
2020-12-22 23:15:37 -08:00
|
|
|
}
|