diff --git a/static/alpes-maritimes-2018/_custom.scss b/static/alpes-maritimes-2018/_custom.scss index b75fb5e7..46e76bc4 100644 --- a/static/alpes-maritimes-2018/_custom.scss +++ b/static/alpes-maritimes-2018/_custom.scss @@ -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 { diff --git a/static/alpes-maritimes-2018/img/btn-connexion-agent-cd06.png b/static/alpes-maritimes-2018/img/btn-connexion-agent-cd06.png new file mode 100644 index 00000000..2a7ff295 Binary files /dev/null and b/static/alpes-maritimes-2018/img/btn-connexion-agent-cd06.png differ diff --git a/templates/variants/alpes-maritimes-2018/authentic2_auth_saml/login_cd06-adfs.html b/templates/variants/alpes-maritimes-2018/authentic2_auth_saml/login_cd06-adfs.html new file mode 100644 index 00000000..80a14269 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/authentic2_auth_saml/login_cd06-adfs.html @@ -0,0 +1,12 @@ +{% extends "authentic2_auth_saml/login.html" %} +{% load i18n static %} + +{% block login %} + +
+ + {% if cancel %} + + {% endif %} +
+{% endblock %}