44df387d by Jeff Balicki

did

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ca0f872d
......@@ -15491,6 +15491,18 @@ p.intro {
max-height: 700px;
}
.nf-response-msg {
vertical-align: middle;
height: 400px;
}
.nf-response-msg h3, .nf-response-msg .h3 {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
text-transform: uppercase !important;
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.
......@@ -148,3 +148,15 @@ p{
max-height: 700px;
}
}
.nf-response-msg{
vertical-align: middle;
height: 400px;
h3{
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0045
Version: 1.2.0046
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......