ajout styles pour bloc connexion

This commit is contained in:
Marlène Simondant 2018-05-31 10:25:18 +02:00
parent 163c01c116
commit 753e174abf
1 changed files with 14 additions and 17 deletions

View File

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