Put recaptcha css in a base location

This commit is contained in:
James Allen 2017-12-11 13:01:21 +00:00
parent 53dc8cddfc
commit f465a962d4
2 changed files with 4 additions and 4 deletions

View file

@ -104,3 +104,7 @@
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
.grecaptcha-badge {
display: none;
}

View file

@ -66,7 +66,3 @@
text-align: left;
}
}
.grecaptcha-badge {
display: none;
}