diff --git a/src/assets/svg/icon-feedback.svg b/src/assets/svg/icon-feedback.svg new file mode 100644 index 0000000..79c9b49 --- /dev/null +++ b/src/assets/svg/icon-feedback.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/scss/components/footer/_footer.scss b/src/scss/components/footer/_footer.scss index ba0a8ef..d333c44 100644 --- a/src/scss/components/footer/_footer.scss +++ b/src/scss/components/footer/_footer.scss @@ -9,7 +9,7 @@ font-weight: 600; margin-top: auto; - a { + a:not([class]) { color: currentColor; &:hover { color: $color-blue-30; @@ -45,7 +45,7 @@ display: flex; flex-wrap: wrap; align-items: center; - gap: 2rem; + gap: 1rem; > :first-child { margin-inline-end: auto; } @@ -99,3 +99,10 @@ display: flex; gap: 18px; } + +.iati-footer__actions { + display: flex; + gap: 1rem; + justify-content: flex-end; + align-items: flex-start; +} diff --git a/src/scss/components/footer/footer.stories.ts b/src/scss/components/footer/footer.stories.ts index fe06c89..db3ef72 100644 --- a/src/scss/components/footer/footer.stories.ts +++ b/src/scss/components/footer/footer.stories.ts @@ -137,7 +137,13 @@ const legalSectionHtml = html` ${legalNavItems.map((i) => html`
  • ${i}
  • `)} - ${CountrySwitcher.render?.call({})} +