- Uyumlu XF 2 Sürümleri
-
Less:
.menu--account
{
.listColumns a
{
&::before
{
.m-faBase();
padding-right: 5px;
}
&[href*="{{ link('whats-new/news-feed') }}"]::before
{
.m-faContent(@fa-var-newspaper)
}
&[href*="{{ link('search/member') }}"]::before
{
.m-faContent(@fa-var-comments)
}
&[href*="{{ link('account/reactions') }}"]::before
{
.m-faContent(@fa-var-thumbs-up
}
&[href*="{{ link('account/account-details') }}"]::before
{
.m-faContent(@fa-var-cogs)
}
&[href*="{{ link('account/security') }}"]::before
{
.m-faContent(@fa-var-lock)
}
&[href*="{{ link('account/privacy') }}"]::before
{
.m-faContent(@fa-var-eye)
}
&[href*="{{ link('account/preferences') }}"]::before
{
.m-faContent(@fa-var-cog)
}
&[href*="{{ link('account/signature') }}"]::before
{
.m-faContent(@fa-var-pencil)
}
&[href*="{{ link('account/connected-accounts') }}"]::before
{
.m-faContent(@fa-var-cloud)
}
&[href*="{{ link('account/following') }}"]::before
{
.m-faContent(@fa-var-user-plus)
}
&[href*="{{ link('account/ignored') }}"]::before
{
.m-faContent(@fa-var-user-minus)
}
}
a[href*="{{ link('logout') }}"]::before
{
.m-faBase();
.m-faContent(@fa-var-power-off);
padding-right: 5px;
}
}