From 753e174abfa8a089b70339aee44d9fc918e1ae1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= Date: Thu, 31 May 2018 10:25:18 +0200 Subject: [PATCH] ajout styles pour bloc connexion --- extra/static/social.css | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/extra/static/social.css b/extra/static/social.css index e678f76..12cc0d0 100644 --- a/extra/static/social.css +++ b/extra/static/social.css @@ -311,22 +311,19 @@ transition: all 1s ease; } /* Bouton Grandlyon Connect */ +.formdef-suivi-dossier-ph div.connect-buttons { + background-color: #2A2E4B; + color: white; + padding: 8px 20px; +} .formdef-suivi-dossier-ph div.connect-buttons a { - background: #DA0D02; - color: white; - border-radius: 40px; - display: block; - max-width: 275px; - padding: 0.5em; - font-weight: bold; - text-decoration: none; - } -.formdef-suivi-dossier-ph div.connect-buttons::before { - position: absolute; - top: 5px; - left: -18px; - width: 3px; - height: 100%; - content: " "; - background: #fff; + background: #DA0D02; + color: white; + border-radius: 40px; + display: block; + max-width: 165px; + padding: 0.5em; + font-weight: bold; + text-decoration: none; + padding-left: 50px; }