6292af2e by Jeff Balicki

sssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 469e448e
...@@ -14664,6 +14664,18 @@ input[type=checkbox] { ...@@ -14664,6 +14664,18 @@ input[type=checkbox] {
14664 min-height: 110px; 14664 min-height: 110px;
14665 } 14665 }
14666 14666
14667 .newsletter .wpcf7-response-output {
14668 padding: 20px;
14669 max-width: 70%;
14670 margin: auto;
14671 margin-top: 40px;
14672 font-size: 20px;
14673 font-weight: bold;
14674 }
14675 .newsletter .wpcf7 form.sent .wpcf7-response-output {
14676 border-color: #fff;
14677 }
14678
14667 .pre-header { 14679 .pre-header {
14668 background-color: #0484b8; 14680 background-color: #0484b8;
14669 color: #fff; 14681 color: #fff;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -191,4 +191,17 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s ...@@ -191,4 +191,17 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
191 figure.aligncenter.size-full { 191 figure.aligncenter.size-full {
192 min-height: 110px; 192 min-height: 110px;
193 } 193 }
194 }
195 .newsletter{
196 .wpcf7-response-output{
197 padding: 20px;
198 max-width: 70%;
199 margin: auto;
200 margin-top: 40px;
201 font-size: 20px;
202 font-weight: bold;
203 }
204 .wpcf7 form.sent .wpcf7-response-output{
205 border-color: #fff;
206 }
194 } 207 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0014 8 Version: 1.1.0015
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......