Your IP : 216.73.217.17


Current Path : /home/poliximo/public_html/templates/yoo_aurora/less/uikit/
Upload File :
Current File : /home/poliximo/public_html/templates/yoo_aurora/less/uikit/tooltip.less

// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

//
// Component: Tooltip
//
// ========================================================================


// Variables
// ========================================================================

@tooltip-z-index:                               (@global-z-index + 30);
@tooltip-padding-vertical:                      8px;
@tooltip-padding-horizontal:                    (@tooltip-padding-vertical * 2);
@tooltip-background:                            @global-highlight-background;
@tooltip-color:                                 @global-contrast-color;

@tooltip-font-size:                             round((@global-font-size * 0.93)); // 14px
@tooltip-line-height:                           round((@tooltip-font-size * 1.42)); // 20px


//
// New
//

@tooltip-border-radius:                         @global-border-radius;


// Component
// ========================================================================

.hook-tooltip() {
    border-radius: @tooltip-border-radius;
    font-weight: inherit;
}


// Miscellaneous
// ========================================================================

.hook-tooltip-misc() {}