6292af2e by Jeff Balicki

sssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 469e448e
......@@ -14664,6 +14664,18 @@ input[type=checkbox] {
min-height: 110px;
}
.newsletter .wpcf7-response-output {
padding: 20px;
max-width: 70%;
margin: auto;
margin-top: 40px;
font-size: 20px;
font-weight: bold;
}
.newsletter .wpcf7 form.sent .wpcf7-response-output {
border-color: #fff;
}
.pre-header {
background-color: #0484b8;
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
figure.aligncenter.size-full {
min-height: 110px;
}
}
.newsletter{
.wpcf7-response-output{
padding: 20px;
max-width: 70%;
margin: auto;
margin-top: 40px;
font-size: 20px;
font-weight: bold;
}
.wpcf7 form.sent .wpcf7-response-output{
border-color: #fff;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0014
Version: 1.1.0015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......