FEATURE Styling confirmation wrapper
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-09 12:51:33 +02:00
parent dcff2a24b1
commit e868aeabc5

View File

@ -291,3 +291,7 @@ body.front-end {
.gform_wrapper {
@apply mt-12;
}
.gform_confirmation_wrapper {
@apply bg-white rounded-3xl px-8 py-4 text-primary;
}