-
Notifications
You must be signed in to change notification settings - Fork 307
chore(dev-hub) Component: Integration Card #3176
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
apps/developer-hub/src/components/ProductCard/index.module.scss
Outdated
Show resolved
Hide resolved
9b1f3b7 to
d61e9a2
Compare
apps/developer-hub/src/components/ProductCard/index.module.scss
Outdated
Show resolved
Hide resolved
| z-index: 0; | ||
| } | ||
|
|
||
| .barChart { |
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.
is this used somewhere?
| height: 7rem; // 88px - fixed height | ||
| } | ||
|
|
||
| .decorativeIcon { |
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.
is this used somewhere?
| { label: "Browse Supported Feeds", href: "/price-feeds" }, | ||
| { label: "Error Codes", href: "/price-feeds" }, |
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.
fyi these are not the right links I'm assuming
| .featureShadow { | ||
| position: absolute; | ||
| inset: 0; | ||
| pointer-events: none; | ||
| box-shadow: inset 0 0 4px 0 rgb(255 255 255 / 25%); | ||
| border-radius: 1.32rem; // 21px | ||
| } |
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.
why do we need this?
| font-size: 1rem; // 16px | ||
| font-weight: 400; | ||
| line-height: 1.65; | ||
| letter-spacing: -0.01em; // -0.16px |
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.
I don't think any of these letter spacing rules are relevant tbh
Summary
Rationale
How has this been tested?