mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
19 lines
326 B
CSS
19 lines
326 B
CSS
/**
|
|
* Conversations list
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.conversations-list-box .last-activity {
|
|
margin-left: 5px;
|
|
color: #777;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.conversations-list-box .conversations-members-numbers .fa.fa-users {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.conversations-list-box .conversations-members-numbers {
|
|
margin-bottom: 0px;
|
|
} |