mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
* Add tour * Add instructions to set password for OAuth users * Tenant signup improvement * Fix bug on user soft delete * Slighlty darken background color * Add a stronger confirmation for board deletion
46 lines
761 B
SCSS
46 lines
761 B
SCSS
.astutoLogo {
|
|
display: block;
|
|
margin: 12px auto;
|
|
}
|
|
|
|
.tenantSignUpContainer {
|
|
@extend .smallContainer;
|
|
|
|
h1, h2, h3 {
|
|
text-align: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.emailAuth {
|
|
@extend .mt-2, .mb-2;
|
|
}
|
|
|
|
.userConfirm, .tenantConfirm {
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.userPasswordDiv, .userPasswordConfirmationDiv {
|
|
@extend .col-6;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.userPasswordDiv { padding-right: 4px; }
|
|
.userPasswordConfirmationDiv { padding-left: 4px; }
|
|
|
|
.userRecap {
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
|
|
.editUser {
|
|
display: block;
|
|
width: fit-content;
|
|
margin-top: 8px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
}
|