smaller login button and title update
This commit is contained in:
parent
e271c5e17e
commit
ddab04cb38
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{% translate "Sign in" %}
|
||||
{% endblock html_title %}
|
||||
{% block page_title %}
|
||||
{% translate "Welcome to Servala" %}
|
||||
{% translate "Welcome to Servala - Sovereign App Store" %}
|
||||
{% endblock page_title %}
|
||||
{% block card_header %}
|
||||
<div class="card-header text-center py-4"
|
||||
|
|
@ -31,11 +31,11 @@
|
|||
</div>
|
||||
{% for provider in socialaccount_providers %}
|
||||
{% provider_login_url provider process=process scope=scope auth_params=auth_params as href %}
|
||||
<form method="post" action="{{ href }}">
|
||||
<form method="post" action="{{ href }}" class="d-flex justify-content-center">
|
||||
{% csrf_token %}
|
||||
{{ redirect_field }}
|
||||
<button type="submit"
|
||||
class="btn btn-primary btn-lg w-100 py-3 mb-4 fw-semibold"
|
||||
class="btn btn-primary btn-lg py-2 px-4 mb-4 fw-semibold"
|
||||
title="{{ provider.name }}"
|
||||
style="border-radius: 12px;
|
||||
box-shadow: 0 4px 15px rgba(154, 99, 236, 0.2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue