e60fb1f0c1
Cf #8050
20 lines
260 B
SCSS
20 lines
260 B
SCSS
@import "mixins";
|
|
|
|
.landing-footer {
|
|
@include vertical-padding(72px);
|
|
}
|
|
|
|
.procedure-footer {
|
|
@include vertical-padding(30px);
|
|
line-height: 24px;
|
|
}
|
|
|
|
.footer-logo:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.fr-footer__logo {
|
|
&.logo-beta-gouv-fr {
|
|
width: 9rem;
|
|
}
|
|
}
|