.message-cell--user .message-userExtras {
.pairs--justified {
dt {
&:before {
.m-faBase();
padding-right: 3px;
}
}
&:nth-child(1) {
dt {
&:before {
.m-faContent(@fa-var-comments);
color: #159225;
}
}
}
&:nth-child(2) {
dt {
&:before {
.m-faContent(@fa-var-heartbeat);
color: red;
}
}
}
&:nth-child(3) {
dt {
&:before {
.m-faContent(@fa-var-trophy);
color: #47a7eb;
}
}
}
}
}