Skip to content

Commit

Permalink
fix alignment on newsletter signup input (#13340)
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Nov 15, 2024
1 parent 05309de commit 1ef9c13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -7814,6 +7814,14 @@ ul.glossary{
display: none
}

.hs-form.newsletter .hs-email{
padding-top: 0.125rem
}

.hs-form.newsletter .hs-email input{
height: 2.5rem
}

.hs-form.newsletter input{
display: block;
border-radius: 0.5rem;
Expand Down
8 changes: 8 additions & 0 deletions theme/src/scss/_hubspot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
@apply hidden;
}

.hs-email {
@apply pt-0.5;

input {
@apply h-10;
}
}

input {
@apply block py-3 px-4 rounded-lg border;

Expand Down

0 comments on commit 1ef9c13

Please sign in to comment.