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:
with this template code:
HTML:
Read more
ادامه مطلب...
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
ادامه مطلب...