Skip to content

Commit

Permalink
btn enhancement (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-bhatra committed Aug 30, 2021
1 parent 7c38cbd commit aa43f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions static/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,7 @@ button:hover{
background-color:#01579b !important;
color: #fff !important;
margin:5px !important;
}
.btn-font {
color: #fff;
}
4 changes: 2 additions & 2 deletions template/login_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</div>
</form>

<button class="google"><i class="fab fa-google"></i> <a href="{% provider_login_url 'google' %}">sign in with Google</a></button>
<button class="facebook"><i class="fab fa-facebook-f"></i><a href="{% provider_login_url 'facebook' method='oauth2' %}">sign in with Facebook</a></button>
<button class="google"><i class="fab fa-google"></i> <a class="btn-font" href="{% provider_login_url 'google' %}">sign in with Google</a></button>
<button class="facebook"><i class="fab fa-facebook-f"></i> <a class="btn-font" href="{% provider_login_url 'facebook' method='oauth2' %}">sign in with Facebook</a></button>
</div>
<script>
// for show password for one
Expand Down

0 comments on commit aa43f6f

Please sign in to comment.