Skip to content

Commit

Permalink
Merge pull request #2038 from T-CAIREM/feature/add_styling_to_sso_button
Browse files Browse the repository at this point in the history
Add styling to SSO login button
  • Loading branch information
tompollard authored Jul 3, 2023
2 parents 965d21b + 48a238d commit af5b4ba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions physionet-django/sso/templates/sso/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
<div class="card-body">
<h5 class="card-title">Single Sign-On</h5>
<h6 class="card-subtitle mb-2 text-muted">Login through an external institute</h6>
<a type="button" class="btn btn-primary center" href="{% url 'sso_login' %}" aria-disabled="true">
{{ sso_login_button_text }}
<a
type="button"
class="btn btn-primary center p-2 px-3"
href="{% url 'sso_login' %}"
aria-disabled="true"
>
<i class="fa fa-university fa-lg mr-3"></i>
<span class="h6">{{ sso_login_button_text }}</span>
</a>
</div>
</div>
Expand Down

0 comments on commit af5b4ba

Please sign in to comment.