// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Tooltip // // ======================================================================== // Variables // ======================================================================== @tooltip-z-index: @global-z-index + 30; @tooltip-font-size: round((@global-font-size * 0.85)); // 12px / 14px @tooltip-line-height: round((@tooltip-font-size * 1.46)); // 18px / 20px @tooltip-background: fade(@global-primary-background, 80%); // Component // ======================================================================== .hook-tooltip() {} // Miscellaneous // ======================================================================== .hook-tooltip-misc() {}