You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
823 B

.o_mail_activity{
#o_chatter_planned_activities {
.o_thread_message {
.o_thread_message_sidebar {
.o_avatar_stack {
position: relative;
.o_avatar_icon{
&.bg-success-full {
background-color: @brand-success;
}
&.bg-warning-full {
background-color: @brand-warning;
}
&.bg-danger-full {
background-color: @brand-danger;
}
&.bg-info-full {
background-color: @brand-info;
}
}
}
}
}
}
}