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;
|
|
|
|
}
|
|
|
|
|
2018-02-28 15:31:01 +01:00
|
|
|
.footer-logo-beta-gouv-fr {
|
|
|
|
@include ie-compatible-background-image("footer/logo-beta-gouv-fr.svg");
|
2018-02-26 17:36:08 +01:00
|
|
|
|
2018-02-28 15:31:01 +01:00
|
|
|
width: 150px;
|
|
|
|
height: 25px;
|
2022-01-26 16:02:51 +01:00
|
|
|
margin-top: 14px;
|
2017-04-04 14:37:37 +02:00
|
|
|
}
|