Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed May 23, 2024
1 parent 4061119 commit 09a6237
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 1 addition & 6 deletions blocks/contact-form/contact-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
line-height: 1;
display: flex;
justify-content: flex-start;
margin-bottom: 15px;
margin-bottom: 10px;
cursor: pointer;
}

Expand Down Expand Up @@ -168,11 +168,6 @@
border: 2px solid var(--error);
}

.contact-form.block .contact-form .g-recaptcha {
padding: 3rem 0;
height: 174px;
}

.contact-form.block form.contact-form .cta {
padding-bottom: 2rem;
}
Expand Down
11 changes: 11 additions & 0 deletions blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ main .section.full-width > .hero-wrapper {
color: var(--white);
}

.hero.block > div .content .button-container a {
border: 1px solid;
color: var(--white);
}

.hero.block > div .content .button-container a:hover {
background-color: var(--primary-light);
border: 1px solid var(--primary-light);
color: var(--primary-color);
}

.hero.block > .row > .headline {
color: var(--white);
font-size: var(--body-font-size-m);
Expand Down

0 comments on commit 09a6237

Please sign in to comment.