Add the DINSIC logo to the footer
This commit is contained in:
parent
2284e9b40a
commit
3e02c62f45
4 changed files with 12 additions and 13 deletions
1
app/assets/images/footer/logo-dinsic.svg
Normal file
1
app/assets/images/footer/logo-dinsic.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 72 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 36 KiB |
|
@ -54,19 +54,19 @@ footer {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.footer-logo-rf {
|
||||
@include ie-compatible-background-image("footer/logo-rf.svg");
|
||||
|
||||
width: 75px;
|
||||
height: 44px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.footer-logo-beta-gouv-fr {
|
||||
@include ie-compatible-background-image("footer/logo-beta-gouv-fr.svg");
|
||||
|
||||
width: 190px;
|
||||
height: 32px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.footer-logo-dinsic {
|
||||
@include ie-compatible-background-image("footer/logo-dinsic.svg");
|
||||
|
||||
height: 85px;
|
||||
width: 74px;
|
||||
}
|
||||
|
||||
.footer-link a {
|
||||
|
|
|
@ -3,13 +3,12 @@
|
|||
%ul.footer-columns
|
||||
%li.footer-column
|
||||
%ul.footer-logos
|
||||
%li
|
||||
= link_to "http://www.gouvernement.fr/" do
|
||||
%span.footer-logo.footer-logo-rf{ role: 'img', 'aria-label': 'Logo du gouvernement' }
|
||||
|
||||
%li
|
||||
= link_to "https://beta.gouv.fr/" do
|
||||
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo de beta.gouv.fr' }
|
||||
%li
|
||||
= link_to "http://www.modernisation.gouv.fr/" do
|
||||
%span.footer-logo.footer-logo-dinsic{ role: 'img', 'aria-label': 'Logo de la DINSIC' }
|
||||
|
||||
|
||||
%li.footer-column
|
||||
|
|
Loading…
Reference in a new issue