Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/
Upload File :
Current File : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/tooltip.less

// Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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

@tooltip-z-index:                               (@global-z-index + 30);

@tooltip-font-size:                             round((@global-font-size * 0.85)); // 12px
@tooltip-line-height:                           round((@tooltip-font-size * 1.5)); // 18px


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

.hook-tooltip() {
	border-radius: @global-border-radius;
}


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

.hook-tooltip-misc() {}