Card and its variants: outline variants and the need for .card-inverse
Created by: petetnt
I am a huge fan of the new Card-component. Like many other components, it also has some variants. These apply for the background only, and require another class, .card-inverse for proper text colors.
My suggestions:
- Add the
.card-inversestyles for the.card-primary,.card-info,.card-danger,.card-warningand.card-successclasses as an mixin - Add new classes
.card-primary-outline,.card-info-outline,.card-danger-outline,.card-warning-outlineand.card-success-outlinewhich would style the borders only, otherwise maintaining the regular style similar to those on.btn's for quick styling
