demarches-normaliennes/app/assets/stylesheets/new_footer.scss

27 lines
354 B
SCSS
Raw Normal View History

2017-04-04 14:37:37 +02:00
@import "mixins";
.landing-footer {
@include vertical-padding(72px);
}
.procedure-footer {
2018-09-11 16:28:08 +02:00
@include vertical-padding(30px);
line-height: 24px;
}
2017-04-04 14:37:37 +02:00
.footer-logo:hover {
opacity: 0.8;
}
.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;
}