Heisenberg submitted a new resource:
You must be registered for see links
- ... with Font AwesomeYou must be registered for see images attach
Add code to your extra.less template:
CSS:/* Icons for Login and Register buttons */ .p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before { font-family: FontAwesome; content: "\f090"; color: #E6BB5C; padding-right: 5px; } .p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--register:before { font-family: FontAwesome; content: "\f084"; color: #E6BB5C; padding-right: 5px; } /**********/
You must be registered for see links
