Project

General

Profile

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

    
6

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

    
10
$modal-header-background:                        $modal-dialog-background !default;
11
$modal-footer-background:                        $modal-dialog-background !default;
12

    
13
//
14
// New
15
//
16

    
17
$modal-header-border-width:                     $global-border-width !default;
18
$modal-header-border:                           $global-border !default;
19

    
20
$modal-footer-border-width:                     $global-border-width !default;
21
$modal-footer-border:                           $global-border !default;
22

    
23
$modal-close-full-padding:                      $global-margin !default;
24
$modal-close-full-background:                   $modal-dialog-background !default;
25

    
26

    
27
// Component
28
// ========================================================================
29

    
30
// @mixin hook-modal(){}
31

    
32

    
33
// Dialog
34
// ========================================================================
35

    
36
// @mixin hook-modal-dialog(){}
37

    
38

    
39
// Full
40
// ========================================================================
41

    
42
// @mixin hook-modal-full(){}
43

    
44

    
45
// Sections
46
// ========================================================================
47

    
48

    
49

    
50
// @mixin hook-modal-body(){}
51

    
52

    
53

    
54

    
55
// Title
56
// ========================================================================
57

    
58
// @mixin hook-modal-title(){}
59

    
60

    
61
// Close
62
// ========================================================================
63

    
64
// @mixin hook-modal-close(){}
65

    
66
// @mixin hook-modal-close-hover(){}
67

    
68
// @mixin hook-modal-close-default(){}
69

    
70
// @mixin hook-modal-close-default-hover(){}
71

    
72
// @mixin hook-modal-close-outside(){}
73

    
74
// @mixin hook-modal-close-outside-hover(){}
75

    
76

    
77

    
78
// @mixin hook-modal-close-full-hover(){}
79

    
80

    
81
// Caption
82
// ========================================================================
83

    
84
// @mixin hook-modal-caption(){}
85

    
86

    
87
// Miscellaneous
88
// ========================================================================
89

    
90
// @mixin hook-modal-misc(){}
(32-32/59)