Software Archive
Read-only legacy content
17061 Discussions

How to get xdk app framework icons as css?

mattias_c_
Beginner
296 Views

Intel xdk app framework has a few icons that can be used by pressing use-icon button and then which one in the gui.
The icon is automatically included in the class something like class="fa-icon-user" and then that icon will be shown on that element. 
However I'm restricting the css injection within the content policy meta tag inside the header of the html page. Therefore i can't use the icons this way.
But I'd really like to use a few of the icons that I've only find within the xdk. But I can't find where they are located 
so that I can use them within the css as a background image for instance to the element immediately instead of implementinting it within the class
tag inside the html page like it's automatically doing now. Any help or input is highly appreciated, thanks! 

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
296 Views

Try this forum thread > https://software.intel.com/en-us/forums/app-framework/topic/557532 < and the App Framework GitHub repo (which is pointed to by the first post in that thread).

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
297 Views

Try this forum thread > https://software.intel.com/en-us/forums/app-framework/topic/557532 < and the App Framework GitHub repo (which is pointed to by the first post in that thread).

0 Kudos
mattias_c_
Beginner
296 Views

This helped, thank you! 

0 Kudos
Reply