From 5fcd790c95075ff4789b83fbc89d3d9f5c79303b Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 7 May 2025 12:51:45 +0200 Subject: [PATCH] wait #7522 @0:01 --- .../themes/miranui_new/resources/css/widgets/_contact.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 1d1680e..cd58826 100644 --- a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss +++ b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss @@ -12,6 +12,9 @@ display: flex; flex-wrap: wrap; gap: 16px 24px; + p,span,input,textarea { + font-family: Poppins, sans-serif; + } p,.wpcf7-form-control { &.wpcf7-not-valid { border-color: $darkRed; @@ -62,7 +65,6 @@ textarea { padding: 19px !important; - font-family: Poppins, sans-serif; outline: none; width: 100% !important; height: 115px; -- 2.39.5