1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 08:02:24 +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 {
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,