add login with OAuth button to login page
This commit is contained in:
@@ -33,3 +33,23 @@
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
#login_buttons {
|
||||
display: grid;
|
||||
grid-gap: 5px;
|
||||
grid-template-columns: 1fr 43px;
|
||||
}
|
||||
|
||||
#login_with_oauth {
|
||||
padding: 0 !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#login_with_oauth img {
|
||||
position: absolute;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user