From 52e0a65113e61a8c84446a25545f89a6f8e909d0 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Wed, 22 Apr 2026 19:31:09 +0200 Subject: [PATCH] hide google sign in --- src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 0e5b91a..fd0cb37 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -140,3 +140,7 @@ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + +.cl-button__google { + display: none +}