JS frontend stuff
Move old ember frontend to properly named folder Add vue based new frontend
This commit is contained in:
parent
8947d97825
commit
88398334fe
254 changed files with 837 additions and 0 deletions
77
frontend-old-ember/app/styles/auth/registerForm.css
Normal file
77
frontend-old-ember/app/styles/auth/registerForm.css
Normal file
|
@ -0,0 +1,77 @@
|
|||
.registration-form {
|
||||
background: var(--secondary);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.registration-form-name-mail-wrapper {
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.registration-form-username {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.registration-form-displayname-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.registration-form-mail-wrapper {
|
||||
display: flex;
|
||||
width: max-content;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.registration-form-mail-input {
|
||||
width: max-content;
|
||||
|
||||
/* display: flex; */
|
||||
|
||||
/* flex-grow: 1; */
|
||||
}
|
||||
|
||||
.registration-form-description-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.registration-form-gender-wrapper {
|
||||
}
|
||||
|
||||
.registration-form-gender-info {
|
||||
}
|
||||
|
||||
.register-form-being-wrapper {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.registration-form-being-info {
|
||||
}
|
||||
|
||||
.register-form-default-post-mode-wrapper {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.registration-form-default-post-mode-info {
|
||||
}
|
||||
|
||||
.register-form-follow-approval-wrapper {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.register-form-indexable-wrapper {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.register-form-custom-fields-wrapper {
|
||||
flex-grow: 1;
|
||||
width: 80%;
|
||||
margin-bottom: 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue