-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
US marketing card component - design updates #12590
Conversation
f75f02f
to
e9a6c68
Compare
Size Change: +109 B (+0.01%) Total Size: 901 kB
ℹ️ View Unchanged
|
const paragraphStyles = css` | ||
${textSans15} | ||
margin-right: ${space[4]}px; | ||
z-index: 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor - could this use getZindex() ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit tricky. The component has a z-index of 8 as that is suitable for the other elements on the page. This z-index is so the text appears on top of the illustrations within the component. Given this is all within the component, I think it would add noise to getZIndex
which controls the order of things at a page level.
Seen on PROD (merged by @domlander 8 minutes and 51 seconds ago) Please check your changes! |
Closes #12589
What does this change?
Minor updates to the design of the US marketing card component
left-col
breakpointWhy?
Requested from Design team.
Screenshots