Project

General

Profile

1
//
2
// Component: Alert
3
//
4
// ========================================================================
5

    
6

    
7
// Variables
8
// ========================================================================
9

    
10
//
11
// New
12
//
13

    
14
$alert-close-opacity:                            0.4 !default;
15
$alert-close-hover-opacity:                      0.8 !default;
16

    
17

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

    
21
// @mixin hook-alert(){}
22

    
23

    
24
// Close
25
// ========================================================================
26

    
27

    
28

    
29

    
30

    
31

    
32
// Style modifiers
33
// ========================================================================
34

    
35
// @mixin hook-alert-primary(){}
36

    
37
// @mixin hook-alert-success(){}
38

    
39
// @mixin hook-alert-warning(){}
40

    
41
// @mixin hook-alert-danger(){}
42

    
43

    
44
// Miscellaneous
45
// ========================================================================
46

    
(3-3/59)