Add a banner about the Tour de France on the administration landing page

This commit is contained in:
gregoirenovel 2018-09-25 09:48:32 +02:00
parent 9083f3b0e9
commit c92b0b163c
2 changed files with 19 additions and 0 deletions

View file

@ -424,3 +424,16 @@ $cta-panel-button-border-size: 2px;
text-decoration: none;
}
}
.tour-de-france-banner {
padding-top: 15px;
padding-bottom: 15px;
background-color: $blue;
color: #FFFFFF;
text-align: center;
a {
color: #FFFFFF;
text-decoration: underline;
}
}