From 627daf3a93a4ba7576a1c11dfbf0d6b7de3f33d3 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 6 May 2025 10:53:39 +0200 Subject: [PATCH] wip #7507 @0h05 --- .../themes/miranui_new/resources/css/widgets/_contact.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss index 2603eb6..a3b3de6 100644 --- a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss +++ b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss @@ -59,6 +59,11 @@ height: 48px; } + textarea { + padding: 19px !important; + font-family: Poppins, sans-serif; + } + .wpcf7-submit { background-color: $clearBlue; border: 0; -- 2.39.5