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

More colors #342

Closed
aliqasemzadeh opened this issue Nov 20, 2017 · 4 comments
Closed

More colors #342

aliqasemzadeh opened this issue Nov 20, 2017 · 4 comments

Comments

@aliqasemzadeh
Copy link

I think it would be good idea to have more colors for buttons,cards.

Example of bootstrap:
https://getbootstrap.com/docs/4.0/components/buttons/
https://getbootstrap.com/docs/4.0/components/card/#background-and-color

@picturepan2
Copy link
Owner

@aghasemzadeh What button colors do you need?

@aliqasemzadeh
Copy link
Author

exactly like boostrap and we can have guide to add more colors.

@green3g
Copy link

green3g commented Nov 22, 2017

@aghasemzadeh, you can add these additional colors quite easily. I did this with toasts:

toast-item {
    .toast.toast-warning {
        background: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b;
    }
    .toast.toast-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }
}

@picturepan2
Copy link
Owner

@aghasemzadeh AG I have added success and error button colors. I don't think other colors will be used widely. If you need, you can create yours with button mixins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants