Fix: 1. Home page Social Proof section content. \n 2. Apply for Founding Partner Program page styles.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
max-width: 60vw;
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
background: var(--colour-text-background);
|
||||
padding: 2rem;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
@@ -113,7 +113,7 @@
|
||||
.form-input {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #d1d5db;
|
||||
border: 2px solid var(--colour-accent);
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
@@ -226,6 +226,9 @@ input[type="submit"]:hover {
|
||||
max-width: 75vw;
|
||||
}
|
||||
|
||||
.container.column .container.row {
|
||||
margin: 0.35rem 0;
|
||||
}
|
||||
.label-question {
|
||||
width: 20vw;
|
||||
align-self: center;
|
||||
@@ -233,12 +236,12 @@ input[type="submit"]:hover {
|
||||
.container.column .container.row .container-input {
|
||||
width: 42vw;
|
||||
margin: 0 auto;
|
||||
padding: 0.25vh 0.5vw;
|
||||
padding: 0.25vh 0;
|
||||
}
|
||||
|
||||
.container.column .container.row .container-input .form-input {
|
||||
min-width: 40vw;
|
||||
max-width: 40vw;
|
||||
max-width: 42vw;
|
||||
}
|
||||
|
||||
#ids_speciality li,
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
static/dist/css/core_contact.bundle.css
vendored
4
static/dist/css/core_contact.bundle.css
vendored
@@ -91,7 +91,7 @@
|
||||
max-width: 60vw;
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
background: var(--colour-text-background);
|
||||
padding: 2rem;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
@@ -113,7 +113,7 @@
|
||||
.form-input {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #d1d5db;
|
||||
border: 2px solid var(--colour-accent);
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
2
static/dist/css/core_contact.bundle.css.map
vendored
2
static/dist/css/core_contact.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
3
static/dist/css/core_home.bundle.css
vendored
3
static/dist/css/core_home.bundle.css
vendored
@@ -279,9 +279,10 @@ section.social-proof .section-subtitle {
|
||||
section.social-proof .container {
|
||||
width: fit-content;
|
||||
margin: 0 2vw;
|
||||
min-width: 140px;
|
||||
}
|
||||
section.social-proof > .container {
|
||||
max-width: min(600px, 90vw);
|
||||
max-width: min(900px, 90vw);
|
||||
margin: 1vh auto;
|
||||
}
|
||||
|
||||
|
||||
2
static/dist/css/core_home.bundle.css.map
vendored
2
static/dist/css/core_home.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
1
static/dist/css/main.bundle.css
vendored
1
static/dist/css/main.bundle.css
vendored
@@ -274,6 +274,7 @@ input.dirty, textarea.dirty, select.dirty {
|
||||
|
||||
select {
|
||||
border: 1px solid var(--colour-accent);
|
||||
background-color: var(--colour-page-background-1);
|
||||
}
|
||||
|
||||
img, video {
|
||||
|
||||
2
static/dist/css/main.bundle.css.map
vendored
2
static/dist/css/main.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user