-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
More colors #342
Labels
Comments
@aghasemzadeh What button colors do you need? |
exactly like boostrap and we can have guide to add more colors. |
@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
added a commit
that referenced
this issue
Nov 26, 2017
Merged
@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. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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
The text was updated successfully, but these errors were encountered: