44df387d by Jeff Balicki

did

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ca0f872d
...@@ -15491,6 +15491,18 @@ p.intro { ...@@ -15491,6 +15491,18 @@ p.intro {
15491 max-height: 700px; 15491 max-height: 700px;
15492 } 15492 }
15493 15493
15494 .nf-response-msg {
15495 vertical-align: middle;
15496 height: 400px;
15497 }
15498 .nf-response-msg h3, .nf-response-msg .h3 {
15499 margin: 0;
15500 position: absolute;
15501 top: 50%;
15502 transform: translateY(-50%);
15503 text-align: center;
15504 }
15505
15494 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button { 15506 .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
15495 text-transform: uppercase !important; 15507 text-transform: uppercase !important;
15496 background-color: #183668 !important; 15508 background-color: #183668 !important;
......
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.
...@@ -147,4 +147,16 @@ p{ ...@@ -147,4 +147,16 @@ p{
147 img{ 147 img{
148 max-height: 700px; 148 max-height: 700px;
149 } 149 }
150 }
151 .nf-response-msg{
152 vertical-align: middle;
153 height: 400px;
154 h3{
155 margin: 0;
156 position: absolute;
157 top: 50%;
158 -ms-transform: translateY(-50%);
159 transform: translateY(-50%);
160 text-align: center;
161 }
150 } 162 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0045 8 Version: 1.2.0046
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
......