diff --git a/resources/css/forms/forms.css b/resources/css/forms/forms.css index 35e97f6..5285274 100644 --- a/resources/css/forms/forms.css +++ b/resources/css/forms/forms.css @@ -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; +}