correctif(procedure.edit): le fixed-footer venait en sur-elevation des options avancées la ou il etait présent

This commit is contained in:
Martin 2023-10-24 11:07:26 +02:00
parent dbd0e82b09
commit 79b5b25720
6 changed files with 61 additions and 42 deletions

View file

@ -628,6 +628,20 @@ textarea::placeholder {
color: $dark-grey;
}
@media (max-width: 62em) {
.padded-fixed-footer {
padding-top: 120px;
}
}
@media (min-width: 62em) {
.padded-fixed-footer {
padding-top: 60px;
}
}
.fixed-footer {
border-top: 2px solid $blue-france-500;
position: fixed;