roannais-icitoyen: fix FC block on registration page (#53256)

This commit is contained in:
Serghei Mihai 2021-04-19 15:12:51 +02:00
parent 19e923d21f
commit 2d68c07109
1 changed files with 10 additions and 1 deletions

View File

@ -1049,4 +1049,13 @@ div#rub_service {
}
}
}
}
#frontend-registration-fc.a2-block {
> h2 {
display: none;
}
> div {
padding: 0;
}
}