Files
bodyshop/client/src/components/chat-conversation-list/chat-conversation-list.styles.scss

11 lines
161 B
SCSS

.chat-list-selected-conversation {
background-color: rgba(128, 128, 128, 0.2);
}
.chat-list-item {
&:hover {
cursor: pointer;
color: #ff7a00;
}
}