Outputs all available features and styles for overlays.
The output includes the .o-overlay
class definition as well as class definitions for every variant.
All overlay styles
@include oOverlay();
Base styles and compact variant, but with no full-screen or heading-shaded variants
@include oOverlay($opts: ('variants': ('compact'));
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();
}
Silent mode: on (true) or off (false) Set to false to output default overlay classes.
Outputs all available features and styles for overlays.
The output includes the .o-overlay
class definition as well as class definitions for every variant.
All overlay styles
@include oOverlay();
Base styles and compact variant, but with no full-screen or heading-shaded variants
@include oOverlay($opts: ('variants': ('compact'));