Skip to content

Commit

Permalink
remove font-awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed Oct 17, 2015
1 parent 9479161 commit d86a0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 2 additions & 8 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,23 @@
<%_ } _%> <%_ if (enableSocialSignIn) { _%>
"bootstrap-social": "4.10.1",
<%_ } _%>
"font-awesome": "4.4.0",
"swagger-ui": "2.1.2"
},
"devDependencies": {
"angular-mocks": "1.4.5",
"angular-scenario": "1.4.5"
},
<%_ if (!useSass) { _%>
"overrides": {
<%_ if (!useSass) { _%>
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
},
<%_ } _%>
"font-awesome": {
"main": [
"css/font-awesome.css"
]
}
},
<%_ } _%>
"resolutions": {
"angular": "1.4.5",
"angular-cookies": "1.4.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<form action="{{ providerURL }}" method="POST">
<button type="submit" class="btn btn-block btn-social btn-{{ provider }}">
<i class="fa fa-{{ provider }}"></i>
<span translate="social.btnLabel" translate-values="{ label: label }">Sign in with {{ label }}</span>
</button>
<input name="scope" type="hidden" value="{{ providerSetting }}"/>
Expand Down

0 comments on commit d86a0ea

Please sign in to comment.