![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/strong-testimonials/templates/unstyled-form/ |
/** * Strong Testimonials Unstyled Form template */ /* The "wait" spinner on form submission. -----------------------------------------------*/ .wpmtst-unstyled-form { position: relative; } .strong-form-wait { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.7); } .strong-form-wait .message { position: absolute; top: calc( 50% - 25px ); text-align: center; width: 100%; height: 50px; line-height: 50px; color: #111; } .strong-form-wait .message img { width: 50px; height: 50px; margin: 0 auto; } @keyframes wpmtst-spin{ 0%{ transform: rotate(360deg); } 100%{ transform: rotate(0deg); } } .strong-form-wait .message img{ animation: wpmtst-spin 2.5s infinite 0s linear; }