Feat: Founding Partner login with autocreation of User, User Role Link, Company, User Company Link as necessary and autologin with new user - for approved Founding Partners only, otherwise redirected to login page.
This commit is contained in:
8
static/dist/css/user_company.bundle.css
vendored
8
static/dist/css/user_company.bundle.css
vendored
@@ -70,6 +70,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container.authorisedUser.dirty {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.container.save.button-cancel {
|
||||
position: fixed;
|
||||
top: 1vh;
|
||||
@@ -85,6 +89,10 @@
|
||||
padding: 1vh 1vw;
|
||||
}
|
||||
|
||||
.container-input:has(.dirty) {
|
||||
background-color: var(--colour-accent);
|
||||
}
|
||||
|
||||
.container-input textarea {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user