18 lines
411 B
SCSS
18 lines
411 B
SCSS
|
#conversejs {
|
||
|
#controlbox {
|
||
|
#chatrooms {
|
||
|
.bookmarks-list {
|
||
|
dl.rooms-list.bookmarks {
|
||
|
dd.available-chatroom {
|
||
|
a {
|
||
|
&.open-room {
|
||
|
width: 80%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|