Skip to content

Commit

Permalink
Merge pull request #907 from dpc-sdp/fix/r20-1530-update-footer-logo
Browse files Browse the repository at this point in the history
[R20-1530] Replace logo, fix footer social icon colour
  • Loading branch information
dylankelly authored Oct 30, 2023
2 parents c998784 + 958f223 commit 02011f0
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions packages/ripple-ui-core/src/assets/logos/logo-victoria.svg

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ripple-ui-core/src/components/footer/RplFooter.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
margin-top: var(--local-icon-vertical-spacing);
margin-right: var(--rpl-sp-2);
}

.rpl-icon--colour-default {
color: var(--rpl-clr-type-footer-contrast);
}

.rpl-u-focusable-inline:focus-visible .rpl-icon--colour-default {
color: var(--rpl-clr-type-focus-contrast);
}
}

.rpl-footer__custom-content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { computed, onMounted, ref } from 'vue'
import { bpMin } from '../../lib/breakpoints'
import RplAcknowledgement from '../acknowledgement/RplAcknowledgement.vue'
import RplTextLink from '../text-link/RplTextLink.vue'
import VicGovLogo from './../../assets/logos/logo-victoria.svg?component'
import VicGovLogo from './../../assets/logos/logo-victoria-state-government.svg?component'
import {
ICoreLink,
ILogoLink,
Expand Down

0 comments on commit 02011f0

Please sign in to comment.