Feat: Apply for Founding Partner Program page hookup fixed and hooked up to rest of app through Home page.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
max-width: 40vw;
|
||||
}
|
||||
|
||||
#id_speciality li,
|
||||
#id_existing_system li {
|
||||
#ids_speciality li,
|
||||
#ids_existing_system li {
|
||||
list-style: none;
|
||||
}
|
||||
/*
|
||||
@@ -27,12 +27,4 @@
|
||||
#id_existing_system li::marker {
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
.container.row.captcha > div {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
margin: 0 auto;
|
||||
}
|
||||
*/
|
||||
@@ -49,6 +49,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;
|
||||
@@ -81,8 +85,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;
|
||||
|
||||
Reference in New Issue
Block a user