[RSS Feed/News] Multiple font awesome icons in one xf:button ?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Is this possible?
I need to add 3 icons to one single button.
(Apple App store icon, Android, and desktop)

I have this in my LESS style sheet.
CSS:

Code:
    .button--icon--android { .m-buttonIcon(@fa-var-mobile-android-alt, 1.13em); }
    .button--icon--appstore { .m-buttonIcon(@fa-var-app-store-ios, 1.13em); }
    .button--icon--desktop { .m-buttonIcon(@fa-var-desktop-alt, 1.13em); }

with this template code:
HTML:

<div class="appInviteContainer...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom