Skip to content

Footer style updates (Fix #1063)#1064

Merged
stephaniehobson merged 2 commits into
mainfrom
footer
May 14, 2025
Merged

Footer style updates (Fix #1063)#1064
stephaniehobson merged 2 commits into
mainfrom
footer

Conversation

@stephaniehobson

@stephaniehobson stephaniehobson commented May 13, 2025

Copy link
Copy Markdown
Contributor

- Grey headers
- Horiztonal line on mobile
- Larger font for legal
- Terms are a vertical list at smallest screen size
- Tweaks to spacing
@stephaniehobson stephaniehobson added Review: XS Code review time: 30 mins or less Needs:Review 👋 Ready for Developer Review labels May 13, 2025
@maureenlholland maureenlholland self-assigned this May 14, 2025

@maureenlholland maureenlholland left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked across breakpoints & with/without JS. LGTM! r+wc 🦶

1 request for comment clarification & 1 question around link hover styles

Comment thread CHANGELOG.md

## Migration Tips

* Un-customized implementations of the footer will not break. If you have made customizations review it at all breakpoints.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

clear: both;
color: $color-white;
margin: 0;
padding-top: $spacing-lg;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

a:visited {
color: $color-light-gray-50;

&:hover,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non-blocking: is the hover/active/focus text-decoration rule necessary here? It seems to already be covered by default link styles

Comment thread assets/sass/protocol/components/_footer.scss
// Footer secondary contains language selector, social icons, legal, and license

.mzp-c-footer-secondary {
@include text-body-xs;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs:Review 👋 Ready for Developer Review Review: XS Code review time: 30 mins or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Component Change Request: Footer Line in footer not visible on smaller screens.

2 participants