From: soufiane Date: Tue, 6 May 2025 14:29:15 +0000 (+0200) Subject: wait #7507 @0h15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=189d9ecde28f5da07329adadaca676e39d1ed1bf;p=miranui.git wait #7507 @0h15 --- 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 a3b3de6..92db493 100644 --- a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss +++ b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss @@ -99,4 +99,20 @@ .wpcf7-form-control-wrap { position: initial; } + + .wpcf7-response-output { + height: 60px; + width: 100%; + margin-left: 0; + margin-right: 0; + background-color: $clearBlue; + color: #fff; + border: 0; + @include r(4px); + @include flex(center,center); + } + + &.invalid .wpcf7-response-output { + display: none; + } }