// =============================================================================
// TOOLTIPS (CSS)
// =============================================================================


// Bigcommerce Component
// -----------------------------------------------------------------------------
//
// The Bigcommerce Coding Standards, coupled with Foundation.
// If any overrides / extra CSS is needed, declare it here.
//
// 1. If set to false, there is no outputted CSS for this component.
//
// -----------------------------------------------------------------------------

@if $exportCSS--tooltips {

    // Component
    // -------------------------------------------------------------------------
    .tooltip {
        border-radius: $tooltip-radius;
    }
}
