venissieux: add style for alert block on homepage (#27960)

This commit is contained in:
Frédéric Péters 2019-05-21 17:51:30 +02:00
parent a0adf4ac9f
commit 6e33f22efd
1 changed files with 12 additions and 0 deletions

View File

@ -326,3 +326,15 @@ div#rub_service div.buttons {
}
}
}
div.textcell.encart-alerte {
background: #bed3d5;
margin-top: 2rem;
color: $primary-color;
font-size: 120%;
text-align: center;
> div {
max-width: 80ex;
margin: auto;
}
}