Add the DINSIC logo to the footer

This commit is contained in:
gregoirenovel 2018-02-26 17:36:08 +01:00
parent 2284e9b40a
commit 3e02c62f45
4 changed files with 12 additions and 13 deletions

View file

@ -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 {