1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 16:06:21 +02:00

improve social btns

This commit is contained in:
Kushagra Gour
2024-05-04 12:09:33 +05:30
parent 13b501a228
commit 28eb150eea

View File

@ -440,7 +440,7 @@ a > svg {
.btn--big { .btn--big {
padding: 15px 30px; padding: 15px 30px;
border-radius: 3px; border-radius: 0.5rem;
} }
.btn-icon { .btn-icon {
@ -484,9 +484,9 @@ a > svg {
} }
.btn--big > svg { .btn--big > svg {
width: 25px; width: 2rem;
height: 25px; height: 2rem;
margin-right: 12px; margin-right: 1rem;
} }
@property --angle { @property --angle {
@ -1773,24 +1773,18 @@ body > #demo-frame {
display: none; display: none;
} }
.social-login-btn--github { .social-login-btn {
color: white;
background: #656b6f;
border-color: #656b6f;
}
.social-login-btn--facebook {
color: white;
background: #4e62c0;
border-color: #4e62c0;
}
.social-login-btn--google {
background: white; background: white;
border: 2px solid currentColor; border: 2px solid currentColor;
color: black; color: black;
} }
.social-login-btn--github {
}
.social-login-btn--google {
}
body.is-logged-in .hide-on-login, body.is-logged-in .hide-on-login,
body:not(.is-logged-in) .hide-on-logout, body:not(.is-logged-in) .hide-on-logout,
body:not(.is-extension) .show-when-extension, body:not(.is-extension) .show-when-extension,