Outputs all available features and styles for o-subs-card.
All themes
@include oSubsCard();
Base theme only
@include oSubsCard($opts: ('themes': ('b2b'));
Overlay close button styles.
The output does not include a class definition, and should be wrapped in a selector.
Output button styles
.my-close-button {
@include oOverlayContentClose();
}