mirror of
https://github.com/astuto/astuto.git
synced 2025-12-28 16:06:51 +01:00
Improve tenant signup page (#302)
This commit is contained in:
committed by
GitHub
parent
4969bbc261
commit
719f1ad4e9
@@ -152,6 +152,9 @@
|
||||
.postEditFormButtons {
|
||||
@extend .d-flex, .justify-content-end;
|
||||
}
|
||||
|
||||
#selectPickerBoard { margin-right: 4px !important; }
|
||||
#selectPickerStatus { margin-left: 4px !important; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,41 @@
|
||||
.astutoLogo {
|
||||
display: block;
|
||||
margin: 12px auto;
|
||||
}
|
||||
|
||||
.tenantSignUpContainer {
|
||||
@extend .smallContainer;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
text-align: center;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.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: 4px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user