alpes-maritimes-2018: add template and image for the CD06 ADFS button (#64671)

This commit is contained in:
Benjamin Dauvergne 2022-06-01 11:15:23 +02:00 committed by Serghei Mihai
parent 32ccffaad8
commit 7264aa29ab
3 changed files with 23 additions and 0 deletions

View File

@ -788,10 +788,21 @@ h2 + h2 {
color: #fff;
background: $primary-color;
}
button.cd06-adfs {
width: 310px;
height: 92px;
border: 0;
background: url('img/btn-connexion-agent-cd06.png') center no-repeat;
box-shadow: none;
}
a {
font-style: italic;
}
}
.block-saml_cd06-adfs {
display: flex;
justif-content: center;
}
}
div#fc-button-wrapper div#fc-button {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,12 @@
{% extends "authentic2_auth_saml/login.html" %}
{% load i18n static %}
{% block login %}
<!-- <p>Vous êtes agent et disposez d'un compte dans l'annuaire du département des Bouches-du-Rhône.</p> -->
<form method="post">
<button class="submit-button cd06-adfs" name="{{ submit_name }}" title="{% trans "Login" %}"></button>
{% if cancel %}
<button class="cancel-button" name="cancel" formnovalidate>{% trans 'Cancel' %}</button>
{% endif %}
</form>
{% endblock %}