mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 15:00:58 +00:00
Put recaptcha css in a base location
This commit is contained in:
parent
53dc8cddfc
commit
f465a962d4
2 changed files with 4 additions and 4 deletions
|
@ -104,3 +104,7 @@
|
|||
-ms-transform-origin: center bottom;
|
||||
transform-origin: center bottom;
|
||||
}
|
||||
|
||||
.grecaptcha-badge {
|
||||
display: none;
|
||||
}
|
|
@ -66,7 +66,3 @@
|
|||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.grecaptcha-badge {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in a new issue