/* Iconos TabPanes - Compatible XF 2.3 */
.tabPanes .pairs.pairs--justified dt:before
{
.m-faBase();
margin-right: 4px;
}
/* 1º elemento */
.tabPanes .pairs.pairs--justified:nth-child(1) dt:before
{
.m-faContent(@fa-var-comments);
}
/* 2º elemento */
.tabPanes .pairs.pairs--justified:nth-child(2) dt:before
{
.m-faContent(@fa-var-thumbs-up);
}
/* 3º elemento */
.tabPanes .pairs.pairs--justified:nth-child(3) dt:before
{
.m-faContent(@fa-var-trophy);
}