2017-04-04 14:37:37 +02:00
|
|
|
@import "mixins";
|
|
|
|
|
2018-06-19 16:23:43 +02:00
|
|
|
.landing-footer {
|
|
|
|
@include vertical-padding(72px);
|
|
|
|
}
|
|
|
|
|
2018-12-17 15:49:59 +01:00
|
|
|
.procedure-footer {
|
2018-09-11 16:28:08 +02:00
|
|
|
@include vertical-padding(30px);
|
2018-06-19 16:23:43 +02:00
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
|
2017-04-04 14:37:37 +02:00
|
|
|
.footer-logo:hover {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
|
2022-11-28 15:20:27 +01:00
|
|
|
.fr-footer__logo {
|
|
|
|
&.logo-beta-gouv-fr {
|
|
|
|
width: 9rem;
|
|
|
|
}
|
2017-04-04 14:37:37 +02:00
|
|
|
}
|
2023-01-25 16:11:07 +01:00
|
|
|
|
|
|
|
.fr-footer__top-link p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 0.75rem;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
}
|