Project

General

Profile

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

    
6

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

    
10

    
11
// Component
12
// ========================================================================
13

    
14
.hook-notification() {}
15

    
16

    
17
// Message
18
// ========================================================================
19

    
20
.hook-notification-message() {}
21

    
22

    
23
// Close
24
// ========================================================================
25

    
26
.hook-notification-close() {}
27

    
28

    
29
// Style modifiers
30
// ========================================================================
31

    
32
.hook-notification-primary() {}
33

    
34
.hook-notification-success() {}
35

    
36
.hook-notification-warning() {}
37

    
38
.hook-notification-danger() {}
39

    
40

    
41
// Miscellaneous
42
// ========================================================================
43

    
44
.hook-notification-misc() {}
(35-35/59)