From f465a962d45b5faa81bef06685f136f2e92b74b2 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 11 Dec 2017 13:01:21 +0000 Subject: [PATCH] Put recaptcha css in a base location --- services/web/public/stylesheets/app/base.less | 4 ++++ services/web/public/stylesheets/app/editor/share.less | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/public/stylesheets/app/base.less b/services/web/public/stylesheets/app/base.less index 7f2d9a55ed..2f7b939fda 100644 --- a/services/web/public/stylesheets/app/base.less +++ b/services/web/public/stylesheets/app/base.less @@ -104,3 +104,7 @@ -ms-transform-origin: center bottom; transform-origin: center bottom; } + +.grecaptcha-badge { + display: none; +} \ No newline at end of file diff --git a/services/web/public/stylesheets/app/editor/share.less b/services/web/public/stylesheets/app/editor/share.less index d0c9b5cde4..ba1e79f4b1 100644 --- a/services/web/public/stylesheets/app/editor/share.less +++ b/services/web/public/stylesheets/app/editor/share.less @@ -66,7 +66,3 @@ text-align: left; } } - -.grecaptcha-badge { - display: none; -} \ No newline at end of file