Update to Font Awesome 5. Add experimental Icon class. Simplify document loading icon.

Signed-off-by: Michael Price <loneviking72@gmail.com>
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Michael Price
2018-03-05 04:21:13 -04:00
committed by Roberto Rosario
parent 69adce5c02
commit 381dafc7b9
3056 changed files with 94979 additions and 7990 deletions

View File

@@ -19,5 +19,5 @@ menu_setup = Menu(name='setup menu')
menu_sidebar = Menu(name='sidebar menu')
menu_tools = Menu(name='tools menu')
menu_user = Menu(
icon='fa fa-user-circle-o', name='user menu', label=_('User')
icon='fa fa-user-circle', name='user menu', label=_('User')
)