Files
bodyshop/client/src/components/chat-conversation-list/chat-conversation-list.styles.scss
Dave Richer e83badb454 - the great reformat
Signed-off-by: Dave Richer <dave@imexsystems.ca>
2024-02-06 18:20:58 -05:00

17 lines
212 B
SCSS

.chat-list-container {
overflow: hidden;
height: 100%;
border: 1px solid gainsboro;
}
.chat-list-item {
.ant-card-head {
border: none;
}
&:hover {
cursor: pointer;
color: #ff7a00;
}
}