17 lines
336 B
SCSS
17 lines
336 B
SCSS
#conversejs {
|
|
#controlbox {
|
|
.available-chatroom {
|
|
.pulse {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
&.unread-msgs {
|
|
.msgs-indicator {
|
|
border-radius: 10%;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|