]> _ Git - miranui.git/commitdiff
wait #7507 @0h15
authorsoufiane <soufiane@cubedesigners.com>
Tue, 6 May 2025 14:29:15 +0000 (16:29 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 6 May 2025 14:29:15 +0000 (16:29 +0200)
wp-content/themes/miranui_new/resources/css/widgets/_contact.scss

index a3b3de650f1ec64e23906b1b0117fba389868d09..92db49326e8d0748468dd2a1dcdee91d4923a7ba 100644 (file)
   .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;
+  }
 }