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

Badge SCSS variables required when using tab menus #144

Open
markleppke opened this issue Aug 1, 2024 · 0 comments
Open

Badge SCSS variables required when using tab menus #144

markleppke opened this issue Aug 1, 2024 · 0 comments

Comments

@markleppke
Copy link

markleppke commented Aug 1, 2024

I'm working and importing tab menus into our application. We don't use primeng's badges as part of the applicaiton. However when I pulling in tab menus the tabview SCSS requires me to set variables for the following:

$badgeBg: transparent;
$badgeTextColor: $gray-400;
$badgeFontSize: .75rem;
$badgeFontWeight: 500;
$badgeMinWidth: 1rem;
$badgeHeight: 1rem;
$buttonIconOnlyWidth: 1rem;
$raisedButtonShadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

Ideally it would be good to make sure that I can import the tabview component without adding additional SCSS and variables on top of that, to help keep the SCSS footprint smaller and less developer time to set up.

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

No branches or pull requests

1 participant