Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HubSpot form embed POC #1517

Merged
merged 11 commits into from
Oct 24, 2024
2 changes: 1 addition & 1 deletion blocks/forms/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ input[type="submit"] {
.hbspt-form {
padding-bottom: 110px;
}
}
}
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ button.primary {
white-space: break-spaces;
padding: 14px 18px;
line-height: 21px;
margin-bottom: 20px;
}

.button-container:has(+ .button-container) a.button.primary {
Expand Down
7 changes: 6 additions & 1 deletion templates/landing-page/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}

/* huspot form */
.landing-page main .section > div.forms-wrapper{
.landing-page main .section > div.forms-wrapper > div{
background-color: #f2f2f2;
padding: 20px;
}
Expand Down Expand Up @@ -453,3 +453,8 @@ body .thank-you-page h4 {
.landing-page.thankyou .hero-inner > div:first-child:has(.hero-background) {
padding: 0;
}

.landing-page main .section.download-form.forms-container .default-content-wrapper:first-child {
padding-top: 0;
padding-bottom: 30px;
}