Add a banner about the Tour de France on the administration landing page
This commit is contained in:
parent
9083f3b0e9
commit
c92b0b163c
2 changed files with 19 additions and 0 deletions
|
@ -424,3 +424,16 @@ $cta-panel-button-border-size: 2px;
|
||||||
text-decoration: none;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
- content_for :footer do
|
- content_for :footer do
|
||||||
= render partial: "root/footer"
|
= render partial: "root/footer"
|
||||||
|
|
||||||
|
.tour-de-france-banner
|
||||||
|
.container
|
||||||
|
L'équipe demarches-simplifiees.fr vient à votre rencontre cet automne.
|
||||||
|
= succeed '.' do
|
||||||
|
= link_to "En savoir plus", tour_de_france_path
|
||||||
|
|
||||||
.landing
|
.landing
|
||||||
.landing-panel.hero-panel
|
.landing-panel.hero-panel
|
||||||
.container
|
.container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue