Project

General

Profile

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

    
3
//
4
// Component: Tooltip
5
//
6
// ========================================================================
7

    
8

    
9
// Variables
10
// ========================================================================
11

    
12
@tooltip-z-index:                               @global-z-index + 30;
13
@tooltip-background:                            #444;
14
@tooltip-font-size:                             round((@global-font-size * 0.867)); // 13px
15
@tooltip-line-height:                           round((@tooltip-font-size * 1.38)); // 18px
16

    
17

    
18
// Component
19
// ========================================================================
20

    
21
.hook-tooltip() {}
22

    
23

    
24
// Miscellaneous
25
// ========================================================================
26

    
27
.hook-tooltip-misc() {}
(45-45/49)