Project

General

Profile

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

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

    
8

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

    
12
@progress-margin-vertical:                      @global-margin;
13
@progress-background:                           @global-muted-background;
14

    
15
@progress-bar-background:                       @global-primary-background;
16
@progress-bar-font-size:                        round((@global-font-size * 0.867)); // 13px
17
@progress-bar-color:                            @global-contrast-color;
18

    
19
@progress-bar-success-background:               @global-success-background;
20
@progress-bar-warning-background:               @global-warning-background;
21
@progress-bar-danger-background:                @global-danger-background;
22

    
23

    
24
// Component
25
// ========================================================================
26

    
27
.hook-progress() {}
28

    
29

    
30
// Sub-object: `progress-bar`
31
// ========================================================================
32

    
33
.hook-progress-bar() {}
34

    
35

    
36
// Color modifiers
37
// ========================================================================
38

    
39
.hook-progress-bar-success() {}
40

    
41
.hook-progress-bar-warning() {}
42

    
43
.hook-progress-bar-danger() {}
44

    
45

    
46
// Miscellaneous
47
// ========================================================================
48

    
49
.hook-progress-misc() {}
(35-35/49)