From 28eb150eeaa35e9c1f8f33a856067a93bbf2cb41 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 4 May 2024 12:09:33 +0530 Subject: [PATCH] improve social btns --- src/style.css | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/style.css b/src/style.css index 9677741..120575c 100644 --- a/src/style.css +++ b/src/style.css @@ -440,7 +440,7 @@ a > svg { .btn--big { padding: 15px 30px; - border-radius: 3px; + border-radius: 0.5rem; } .btn-icon { @@ -484,9 +484,9 @@ a > svg { } .btn--big > svg { - width: 25px; - height: 25px; - margin-right: 12px; + width: 2rem; + height: 2rem; + margin-right: 1rem; } @property --angle { @@ -1773,24 +1773,18 @@ body > #demo-frame { display: none; } -.social-login-btn--github { - color: white; - background: #656b6f; - border-color: #656b6f; -} - -.social-login-btn--facebook { - color: white; - background: #4e62c0; - border-color: #4e62c0; -} - -.social-login-btn--google { +.social-login-btn { background: white; border: 2px solid currentColor; color: black; } +.social-login-btn--github { +} + +.social-login-btn--google { +} + body.is-logged-in .hide-on-login, body:not(.is-logged-in) .hide-on-logout, body:not(.is-extension) .show-when-extension,