Feat(Project Hub): Apply for Founding Partner Program page created with database structure and methods.
This commit is contained in:
38
static/css/pages/core/apply_founding_partner.css
Normal file
38
static/css/pages/core/apply_founding_partner.css
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
.contact-form {
|
||||
max-width: 75vw;
|
||||
}
|
||||
|
||||
.label-question {
|
||||
width: 20vw;
|
||||
align-self: center;
|
||||
}
|
||||
.container.column .container.row .container-input {
|
||||
width: 42vw;
|
||||
margin: 0 auto;
|
||||
padding: 0.25vh 0.5vw;
|
||||
}
|
||||
|
||||
.container.column .container.row .container-input .form-input {
|
||||
min-width: 40vw;
|
||||
max-width: 40vw;
|
||||
}
|
||||
|
||||
#id_speciality li,
|
||||
#id_existing_system li {
|
||||
list-style: none;
|
||||
}
|
||||
/*
|
||||
#id_speciality li::marker,
|
||||
#id_existing_system li::marker {
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
.container.row.captcha > div {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -58,7 +58,11 @@ textarea.form-input {
|
||||
}
|
||||
.container.captcha > p:last-child{
|
||||
font-size: 0.9rem;
|
||||
margin: 1vh 0;
|
||||
margin: 1vh 1vw;
|
||||
}
|
||||
.container.captcha .altcha-widget,
|
||||
.container.captcha .altcha-widget div.altcha {
|
||||
width: 200px;
|
||||
}
|
||||
.container.captcha .altcha-main {
|
||||
padding-left: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user