Coprec: petit correctif pour mettre le texte de la landing page en fond transparent, et ajout de marge pour les liens dans le placeholder 'call-to-action'

This commit is contained in:
Michael Bideau 2019-01-28 13:43:17 +00:00
parent 1f3d53d31b
commit 2debd2c9aa
1 changed files with 14 additions and 0 deletions

View File

@ -202,6 +202,10 @@ body.page-template-landing_page {
content: " - ";
font-weight: bold;
}
.cell.textcell {
background-color: transparent;
}
}
}
@ -224,6 +228,16 @@ body.page-template-landing_page {
#call-to-action {
margin-top: 4em;
.cell {
margin: 2em 0;
}
.cell:first-child {
margin-top: 0;
}
.cell:last-child {
margin-bottom: 0;
}
a {
background-color: #3f4c60;
color: white;