FEATURE: Allow invites redemption with Omniauth providers.

This commit is contained in:
Alan Guo Xiang Tan
2021-03-02 15:13:04 +08:00
parent ebe4896e48
commit ce04db8610
21 changed files with 621 additions and 139 deletions

View File

@@ -33,7 +33,8 @@
// Create Account + Login
.d-modal.create-account,
.d-modal.login-modal {
.d-modal.login-modal,
.invites-show {
.modal-inner-container {
position: relative;
}
@@ -267,6 +268,14 @@
.two-col {
position: relative;
display: flex;
margin-top: 5px;
}
#login-buttons {
.btn {
background-color: var(--primary-low);
color: var(--primary);
}
}
.col-image {