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

.btn background color not defined #102

Open
stebogit opened this issue Mar 31, 2020 · 0 comments
Open

.btn background color not defined #102

stebogit opened this issue Mar 31, 2020 · 0 comments

Comments

@stebogit
Copy link

For some reason the background-color of the default button is not defined as $default-color (actually the line is commented out), therefore you can't change it via variable:

// _buttons.scss

// .btn-default { @include btn-styles($default-color, $default-states-color); }
.btn-primary { @include btn-styles($primary-color, $primary-states-color); }
...

See https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/scss/now-ui-kit/_buttons.scss#L83

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