Project

General

Profile

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

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

    
8

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

    
12
@notify-z-index:                                @global-z-index + 40;
13

    
14
@notify-message-font-size:                      @global-font-size;
15
@notify-message-line-height:                    @global-line-height;
16

    
17
@notify-message-primary-background:             lighten(@global-primary-background, 20%);
18
@notify-message-primary-color:                  darken(@global-primary-background, 35%);
19

    
20
@notify-message-success-background:             lighten(@global-success-background, 20%);
21
@notify-message-success-color:                  darken(@global-success-background, 25%);
22

    
23
@notify-message-warning-background:             lighten(@global-warning-background, 25%);
24
@notify-message-warning-color:                  @global-warning-background;
25

    
26
@notify-message-danger-background:              lighten(@global-danger-background, 30%);
27
@notify-message-danger-color:                   @global-danger-background;
28

    
29

    
30
// Component
31
// ========================================================================
32

    
33
.hook-notify() {}
34

    
35
.hook-notify-message() {}
36

    
37
.hook-notify-message-primary() {}
38

    
39
.hook-notify-message-success() {}
40

    
41
.hook-notify-message-warning() {}
42

    
43
.hook-notify-message-danger() {}
44

    
45

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

    
49
.hook-notify-misc() {}
(29-29/49)