/* #### Online Indicator #### */
.message-avatar-wrapper .message-avatar-online
{
left: 48%;
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--0
{
&:before {
.m-faContent(@fa-var-sleigh);
color: #ee0010;
background: #ffffff;
border: #ffffff solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--1
{
&:before {
.m-faContent(@fa-var-bells);
color: #ffd700;
background: #008400;
border: #008400 solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--2
{
&:before {
.m-faContent(@fa-var-candy-cane);
color: #e75480;
background: #ffffff;
border: #ffffff solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--3
{
&:before {
.m-faContent(@fa-var-deer-rudolph);
color: #654321;
background: #fffafa;
border: #fffafa solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--4
{
&:before {
.m-faContent(@fa-var-gifts);
color: #800080;
background: #ffdd4b;
border: #ffdd4b solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--5
{
&:before {
.m-faContent(@fa-var-glass-cheers);
color: #ffe9ca;
background: #d2222f;
border: #d2222f solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--6
{
&:before {
.m-faContent(@fa-var-hat-santa);
color: #ee0010;
background: #ffffff;
border: #ffffff solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--7
{
&:before {
.m-faContent(@fa-var-holly-berry);
color: #008800;
background: #ffffff;
border: #ffffff solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--8
{
&:before {
.m-faContent(@fa-var-snowman);
color: #fffafa;
background: #87ceeb;
border: #87ceeb solid 4px;
border-radius: 2px;
font-weight: 900;
}
}
.message-avatar-wrapper .message-avatar-online.ctaOnlineIcon--9
{
&:before {
.m-faContent(@fa-var-tree-decorated);
color: #006600;
background: #edf6fd;
border: #edf6fd solid 4px;
border-radius: 2px;
font-weight: 900;
}
}