////
///
/// Body Atoms Display Popover Classes
/// ===========================================================================
///
/// Utility classes that apply the body_atoms display popover mixins.
///
/// @group Classes.BodyAtoms.Display
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.2.10
/// @access public
///
////

// ============================================================================
// Use
// ============================================================================

@use "../../../mixins/body_atoms/display/popover" as *;

// ============================================================================
// Utility Classes
// ============================================================================

.popover {
    @include popover--base;
}

.popover_arrow {
    @include popover--arrow;
}

.popover_header {
    @include popover--header;
}

.popover_body {
    @include popover--body;
}

.popover--top {
    @include popover--top;
}

.popover--end {
    @include popover--end;
}

.popover--bottom {
    @include popover--bottom;
}

.popover--start {
    @include popover--start;
}

.popover--dark {
    @include popover--dark;
}

.popover--no-arrow {
    @include popover--no-arrow;
}
