You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to me that .card-outline-variant should pass this rather specific styling down to its usual descendants .card-header and .card-footer in the same way that .card-primary affects styling of these divs. Instead, at the moment you wound need to apply .card-outline-variant to the descendant divs themselves for them to have the same styling of the card.
Agreed?
Before:
After:
Simple fix is to add a few lines to the 'card-outline-variant' mixin, mixins/_cards.scss:
Seems to me that
.card-outline-variant
should pass this rather specific styling down to its usual descendants.card-header
and.card-footer
in the same way that.card-primary
affects styling of these divs. Instead, at the moment you wound need to apply.card-outline-variant
to the descendant divs themselves for them to have the same styling of the card.Agreed?
Before:
After:
Simple fix is to add a few lines to the 'card-outline-variant' mixin, mixins/_cards.scss:
The text was updated successfully, but these errors were encountered: