fix google recaptcha badge
This commit is contained in:
parent
772eb14117
commit
3877aba373
1 changed files with 7 additions and 0 deletions
|
@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix Google Recaptcha badge */
|
||||||
|
.grecaptcha-badge {
|
||||||
|
bottom: 54px !important;
|
||||||
|
background: white;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue