From 16e82bc7ad92ced794e06126a0e46050aaaa75e4 Mon Sep 17 00:00:00 2001
From: Luis Felipe Risch <lfr20@inf.ufpr.br>
Date: Tue, 8 Dec 2020 11:21:58 -0300
Subject: [PATCH] Fixed google button

---
 src/Components/LoginContainerFunction.js | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/Components/LoginContainerFunction.js b/src/Components/LoginContainerFunction.js
index 94b96440..a55e615c 100644
--- a/src/Components/LoginContainerFunction.js
+++ b/src/Components/LoginContainerFunction.js
@@ -352,14 +352,16 @@ export const GoogleLoginButton = styled(Button)`
     box-shadow : 0 0 0 1px #4285f4 !important;
     color : #666 !important;
     font-weight : bolder !important;
+    font-size : 12px !important;
+    text-transform: none !important;
+    width: 40%;
 
-    .MuiButton-root {
+    ${'' /* .MuiButton-root {
         min-width : 88px;
-        font-size : 10px;
-    }
+    } */}
 
     .google-logo {
-        max-height : 24px ;
+        max-height : 18px ;
         padding-right : 5px;
 
     }
-- 
GitLab