// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // # Tooltips // // Magento UI library provides 4 tooltip types: // ```css // top // bottom // left // right // ``` // // ```html //Lorem Ipsum is simply dummyLorem Ipsum has been the industry's standard dummy text ever since the 1500s text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galleyLorem Ipsum has been the industry's standard dummy text ever since the 1500s of type and scrambled it to make a type specimen book. It has survived notLorem Ipsum has been the industry's standard dummy text ever since the 1500s only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing softwareLorem Ipsum has been the industry's standard dummy text ever since the 1500s like Aldus PageMaker including versions of Lorem Ipsum. // ``` .example-tooltip-bottom { .lib-tooltip(bottom); } .example-tooltip-left { .lib-tooltip(left); } .example-tooltip-right { .lib-tooltip(right); } .example-tooltip-top { .lib-tooltip(top); } // # Tooltips variables // //
//    
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//        
//            
//            
//            
//            
//            
//        
//    
Mixin variableGlobal variableDefault valueAllowed valuesComment
@_tooltip-position-toptop | right | bottom | leftSide of the element tooltip is displayed on
@_tooltip-selector-toggle-~".tooltip-toggle"'' | false | valueThe class name of the element that toggles tooltip
@_tooltip-selector-content-~".tooltip-content"'' | false | valueThe tooltip content class name
@_tooltip-background@tooltip__background@color-white'' | false | valueTooltip background color
@_tooltip-border-color@tooltip__border-color#bbb'' | false | valueTooltip border color
@_tooltip-border-width@tooltip__border-width1px'' | false | valueTooltip border width
@_tooltip-border-radius@tooltip__border-radiusfalse'' | false | valueTooltip border radius
@_tooltip-color@tooltip__color@primary__color'' | false | valueTooltip text color
@_tooltip-cursor@tooltip__cursorhelp'' | false | valueTooltip cursor
@_tooltip-font-size@tooltip__font-sizefalse'' | false | valueTooltip font size
@_tooltip-font-family@tooltip__font-familyfalse'' | false | valueTooltip font family
@_tooltip-font-weight@tooltip__font-weightfalse'' | false | valueTooltip font weight
@_tooltip-font-style@tooltip__font-stylefalse'' | false | valueTooltip font style
@_tooltip-line-height@tooltip__line-height1.4'' | false | valueTooltip line height
@_tooltip-margin@tooltip__marginfalse'' | false | valueTooltip margin
@_tooltip-padding@tooltip__padding12px 16px'' | false | valueTooltip padding
@_tooltip-min-width@tooltip__min-width210px'' | false | valueTooltip minimal width
@_tooltip-max-width@tooltip__max-width360px'' | false | valueTooltip maximal width
@_tooltip-arrow-size@tooltip-arrow__size5px'' | false | valueTooltip arrow size
@_tooltip-arrow-offset@tooltip-arrow__offset10px'' | false | valueTooltip arrow offset
@_tooltip-z-index@tooltip__z-index100'' | false | valueTooltip z-index
//