Skip to content

Commit

Permalink
Merge pull request #451 from greenpeace/planet-4660
Browse files Browse the repository at this point in the history
PLANET-4660: EN Form block - Adjust Thank you message font
  • Loading branch information
lithrel authored Dec 8, 2020
2 parents 1659a85 + f75e78f commit eab062a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/src/styles/campaigns/themes/_theme_antarctic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body.theme-antarctic {
@include page-section-header($sanctuary, $antarctic-blue);
}

.page-template a:not(.btn) {
.page-template a:not(.btn):not(.share-btn) {
color: $antarctic-purple;
text-transform: uppercase;

Expand Down
2 changes: 1 addition & 1 deletion assets/src/styles/campaigns/themes/_theme_arctic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body.theme-arctic {
}

.page-template a {
&:not(.btn) {
&:not(.btn):not(.share-btn) {
color: $arctic-faded-red;
text-transform: uppercase;

Expand Down
4 changes: 2 additions & 2 deletions assets/src/styles/campaigns/themes/_theme_climate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ body.theme-climate {
}

.page-section-header {
@include page-section-header($jost, $grey-80, 800, 2rem);
@include page-section-header($jost, $grey-80, 800, 1.38);
margin-bottom: $space-md;
font-size: $font-size-xl;
text-transform: capitalize;
Expand All @@ -83,7 +83,7 @@ body.theme-climate {
}

.page-template a {
&:not(.btn) {
&:not(.btn):not(.share-btn) {
color: $climate-blue;
text-transform: uppercase;

Expand Down
2 changes: 1 addition & 1 deletion assets/src/styles/campaigns/themes/_theme_forest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body.theme-forest {
}

.page-template {
a:not(.btn) {
a:not(.btn):not(.share-btn) {
color: $forest-dark-green;
text-transform: uppercase;

Expand Down
2 changes: 1 addition & 1 deletion assets/src/styles/campaigns/themes/_theme_oil.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body.theme-oil {
}

.page-template {
a:not(.btn) {
a:not(.btn):not(.share-btn) {
color: $oil-blue;
text-transform: uppercase;

Expand Down

0 comments on commit eab062a

Please sign in to comment.