Feat(Project Hub): Apply for Founding Partner Program page created with database structure and methods.
This commit is contained in:
@@ -92,8 +92,8 @@ script, link {
|
||||
}
|
||||
#pageBody > * > * {
|
||||
align-self: center;
|
||||
padding-top: 0.5vh;
|
||||
padding-bottom: 0.5vh;
|
||||
padding-top: 0.5vh 0.5vw;
|
||||
padding-bottom: 0.5vh 0.5vw;
|
||||
}
|
||||
#pageBody > .card {
|
||||
height: fit-content;
|
||||
@@ -106,7 +106,7 @@ script, link {
|
||||
.card {
|
||||
background-color: var(--colour-text-background);
|
||||
padding: 1vh 2.5vw;
|
||||
margin: 1vh;
|
||||
margin: 1vh 1vw;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
@@ -120,7 +120,7 @@ script, link {
|
||||
|
||||
.container {
|
||||
flex: 1;
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
text-align: flex-start;
|
||||
@@ -166,7 +166,7 @@ script, link {
|
||||
*/
|
||||
|
||||
.container-input {
|
||||
padding: 1vh;
|
||||
padding: 1vh 1vw;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
@@ -183,7 +183,7 @@ script, link {
|
||||
.container-input > input,
|
||||
.container-input > textarea {
|
||||
border: 2px solid var(--colour-accent);
|
||||
padding: 1vh;
|
||||
padding: 1vh 1vw;
|
||||
}
|
||||
|
||||
.label-title {
|
||||
|
||||
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