// 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-background: @global-dark-background; // // New // @tooltip-font-family: @global-small-font-family; // Component // ======================================================================== .hook-tooltip() { font-family: @tooltip-font-family; } // Miscellaneous // ======================================================================== .hook-tooltip-misc() {}