new logo in footer on home
This commit is contained in:
parent
3c751ac696
commit
c5d2b4abd8
2 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,13 @@ footer {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-logo-france {
|
||||||
|
@include ie-compatible-background-image("republique-francaise-logo.svg");
|
||||||
|
|
||||||
|
width: 105px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-link a,
|
.footer-link a,
|
||||||
.footer-text a {
|
.footer-text a {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
%span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'DINUM' }
|
%span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'DINUM' }
|
||||||
= link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do
|
= link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do
|
||||||
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }
|
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }
|
||||||
|
%span.footer-logo.footer-logo-france{ role: 'img', 'aria-label': 'République Française' }
|
||||||
|
|
||||||
%li.footer-column
|
%li.footer-column
|
||||||
%ul.footer-links
|
%ul.footer-links
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue