11 lines
161 B
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;
|
|
}
|
|
}
|