We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the actionable + Selectable cards we should update the quickstarts card to have a blue title to indicate it is the clickable target.
The text was updated successfully, but these errors were encountered:
Looks like the quickstart card title is referencing .pf-c-conent--p. which is making it 14px. On the card component it uses:
.pf-c-conent--p
<div class="pf-v6-c-card__title"> <div class="pf-v6-c-card__title-text">Title</div> </div>
As a result the title in Quickstarts is 14px instead of 16px and it also doesn't use the Red Hat Display font.
Sorry, something went wrong.
i'll update it so that it's not getting wrapped in the content class
nicolethoen
Successfully merging a pull request may close this issue.
Similar to the actionable + Selectable cards we should update the quickstarts card to have a blue title to indicate it is the clickable target.
The text was updated successfully, but these errors were encountered: