Converting FA icons

Today in 2.2 I have:

Template:
HTML:

<xf:if is="$xf.visitor.user_id"><div id="sidebar_button"><a href="#"></a></div></xf:if>

and in the .less template:
CSS:

Код:
#sidebar_button::before{
    content: '\f324';
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: solid;
    margin-right: 8px;
    font-size: 18pt;
}


Are there instructions on converting this over to the new FA Manager...

Read more

Читать далее...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ