Skip to content
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

refactor(badge): separate css vars #1157

Merged
merged 2 commits into from Jan 8, 2019

Conversation

mcoker
Copy link
Contributor

@mcoker mcoker commented Dec 29, 2018

fixes #1156

@patternfly-build
Copy link

patternfly-build commented Dec 29, 2018

Deploy preview for pf-next ready!

Built with commit a391633

https://deploy-preview-1157--pf-next.netlify.com

Copy link
Contributor

@andybraren andybraren left a comment

Choose a reason for hiding this comment

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

LGTM, one small flip.

@@ -5,7 +5,8 @@
--pf-c-badge--BorderRadius: var(--pf-global--BorderRadius--lg);
--pf-c-badge--FontSize: var(--pf-global--FontSize--xs);
--pf-c-badge--FontWeight: var(--pf-global--FontWeight--bold);
--pf-c-badge--PaddingX: var(--pf-global--spacer--sm);
--pf-c-badge--PaddingLeft: var(--pf-global--spacer--sm);
--pf-c-badge--PaddingRight: var(--pf-global--spacer--sm);
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe put the PaddingRight variable above PaddingLeft to align with the order they're used below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated!

@matthewcarleton matthewcarleton merged commit b1c5b43 into patternfly:master Jan 8, 2019
@mcoker mcoker deleted the issue-1156 branch December 16, 2019 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants