Skip to content

Commit

Permalink
Merge pull request #425 from digitalnsw/update/footer
Browse files Browse the repository at this point in the history
Updates to acknowledgement sizing in footer.
  • Loading branch information
oisa authored Jun 24, 2024
2 parents 8c33206 + de4ab47 commit 9973704
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{/if}}
<div class="nsw-footer__lower">
<div class="nsw-container">
<p>{{acknowledgementOfCountry}}</p>
<p class="nsw-footer__acknowledgement">{{acknowledgementOfCountry}}</p>
{{#unless simple}}
<hr>{{#if social}}
<div class="nsw-footer__links">{{/if}}
Expand Down
7 changes: 6 additions & 1 deletion src/components/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}

&__lower {
@include font-size('xxs');
@include font-size('xs');
background-color: var(--nsw-grey-01);
color: var(--nsw-text-light);
padding: rem(16px) 0 rem(24px) 0;
Expand Down Expand Up @@ -121,6 +121,11 @@
}
}

&__acknowledgement {
@include font-size('sm');
padding-bottom: rem(12px);
}

&__social {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/json/footer-landing.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"acknowledgementOfCountry": "We pay respect to the Traditional Custodians and First Peoples of NSW, and acknowledge their continued connection to their country and culture.",
"copyright": "Copyright © 2023",
"copyright": "Copyright © 2024",
"footerLinks": [
{
"text": "Accessibility",
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/json/footer-onecx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"acknowledgementOfCountry": "We pay respect to the Traditional Custodians and First Peoples of NSW, and acknowledge their continued connection to their country and culture.",
"copyright": "Copyright © 2023",
"copyright": "Copyright © 2024",
"sectionLinks": [
{
"title": "Popular",
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/json/footer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"acknowledgementOfCountry": "We pay respect to the Traditional Custodians and First Peoples of NSW, and acknowledge their continued connection to their country and culture.",
"copyright": "Copyright © 2023",
"copyright": "Copyright © 2024",
"sectionLinks": [
{
"title": "Popular",
Expand Down

0 comments on commit 9973704

Please sign in to comment.