smaller login button and title update
All checks were successful
Build and Deploy Staging / build (push) Successful in 40s
Tests / test (push) Successful in 28s
Build and Deploy Staging / deploy (push) Successful in 6s

This commit is contained in:
Tobias Brunner 2025-10-27 11:35:53 +01:00
parent e271c5e17e
commit ddab04cb38
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

@ -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);