mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Fix oauth button
This commit is contained in:
parent
305c002520
commit
314c2c2938
1 changed files with 6 additions and 14 deletions
20
login.html
20
login.html
|
@ -164,18 +164,9 @@
|
|||
}
|
||||
|
||||
.facebook {
|
||||
background: #4267B2;
|
||||
border: 1px solid #3e61a8;
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
.google:hover {
|
||||
background: #e0e0e0;
|
||||
}
|
||||
|
||||
|
||||
.facebook:hover {
|
||||
background: #3e61a8;
|
||||
background: #3a5897;
|
||||
border: 1px solid #3a5897;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.links i {
|
||||
|
@ -344,11 +335,12 @@
|
|||
<div class="links">
|
||||
<div class="google">
|
||||
<i><a href=""></a><img class="google-icon-svg lazyload"
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg" /><span></span></i>
|
||||
src="./assets/google.webp"
|
||||
style="height: 30px; width: 30px; margin: 0 30px; padding-top: -3px"/><span></span></i>
|
||||
</div>
|
||||
<div class="facebook">
|
||||
<i><a href=""></a><img class="facebook-icon-svg lazyload"
|
||||
src="https://cdn-icons-png.flaticon.com/128/733/733547.png"
|
||||
src="./assets/facebook.webp"
|
||||
style="height: 30px; width: 30px; margin: 0 30px; padding-top: -3px"><span></span></i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue