Project

General

Profile

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

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

    
8

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

    
12
@text-small-font-size:                          round((@global-font-size * 0.8)); // 12px
13
@text-small-line-height:                        round((@text-small-font-size * 1.5)); // 18px
14
@text-large-font-size:                          round((@global-font-size * 1.2)); // 18px
15
@text-large-line-height:                        round((@text-large-font-size * 1.444)); // 26px
16

    
17
@text-muted-color:                              @global-muted-color;
18
@text-primary-color:                            @global-primary-background;
19
@text-success-color:                            @global-success-background;
20
@text-warning-color:                            @global-warning-background;
21
@text-danger-color:                             @global-danger-background;
22
@text-contrast-color:                           @global-contrast-color;
23

    
24

    
25
// Miscellaneous
26
// ========================================================================
27

    
28
.hook-text-misc() {}
(42-42/49)