Font Awesome icons for the Forum Statistics widget

xF2 Template Modification Font Awesome icons for the Forum Statistics widget

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

DareDevil submitted a new resource:

Font Awesome icons for the Forum Statistics widget - icons for the Forum Statistics widget

Add the extra.less template.

1589219109987-png.png


Less:
.p-body-sidebar {
    [data-widget-definition="forum_statistics"] .pairs {

        dt:before {
            .m-faBase();
            padding-right: 2px;
        }

        &:nth-child(1) dt {
            .m-faBefore("\f07c");
        }

        &:nth-child(2) dt {
            .m-faBefore("\f0e0");
        }

        &:nth-child(3) dt {
            .m-faBefore("\f0c0");
        }...

Read more about this resource...
 
Top