Feat: Apply for Founding Partner Program page hookup fixed and hooked up to rest of app through Home page.

This commit is contained in:
2025-08-02 18:33:36 +01:00
parent 438909b102
commit 354260d222
18 changed files with 292 additions and 329 deletions

View File

@@ -127,6 +127,10 @@ textarea.form-input {
margin-bottom: 1.25rem;
}
.container.row.captcha > div {
margin: 0 auto;
}
.container.captcha > div:first-child > label:first-child {
display: flex;
justify-content: center;
@@ -159,8 +163,10 @@ altcha-widget > div:first-child,
margin-right: auto;
}
input[type="submit"] {
margin-left: 40%;
margin: 0 auto;
padding: 0.75rem 1.5rem;
background: #2563eb;
color: white;
@@ -235,8 +241,8 @@ input[type="submit"]:hover {
max-width: 40vw;
}
#id_speciality li,
#id_existing_system li {
#ids_speciality li,
#ids_existing_system li {
list-style: none;
}
/*
@@ -246,12 +252,4 @@ input[type="submit"]:hover {
}
*/
.container.row.captcha > div {
margin: 0 auto;
}
input[type="submit"] {
margin: 0 auto;
}
/*# sourceMappingURL=core_apply_founding_partner.bundle.css.map*/

File diff suppressed because one or more lines are too long

View File

@@ -127,6 +127,10 @@ textarea.form-input {
margin-bottom: 1.25rem;
}
.container.row.captcha > div {
margin: 0 auto;
}
.container.captcha > div:first-child > label:first-child {
display: flex;
justify-content: center;
@@ -159,8 +163,10 @@ altcha-widget > div:first-child,
margin-right: auto;
}
input[type="submit"] {
margin-left: 40%;
margin: 0 auto;
padding: 0.75rem 1.5rem;
background: #2563eb;
color: white;

File diff suppressed because one or more lines are too long