Project

General

Profile

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

    
6

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

    
10
//
11
// New
12
//
13

    
14
$base-code-padding-horizontal:                   6px !default;
15
$base-code-padding-vertical:                     2px !default;
16
$base-code-background:                           $global-muted-background !default;
17

    
18
$base-blockquote-color:                          $global-emphasis-color !default;
19

    
20
$base-blockquote-footer-color:                   $global-color !default;
21

    
22
$base-pre-padding:                               10px !default;
23
$base-pre-background:                            $global-background !default;
24
$base-pre-border-width:                          $global-border-width !default;
25
$base-pre-border:                                $global-border !default;
26
$base-pre-border-radius:                         3px !default;
27

    
28

    
29
// Body
30
// ========================================================================
31

    
32
// @mixin hook-base-body(){}
33

    
34

    
35
// Links
36
// ========================================================================
37

    
38
// @mixin hook-base-link(){}
39

    
40
// @mixin hook-base-link-hover(){}
41

    
42

    
43
// Text-level semantics
44
// ========================================================================
45

    
46

    
47

    
48

    
49
// Headings
50
// ========================================================================
51

    
52
// @mixin hook-base-heading(){}
53

    
54
// @mixin hook-base-h1(){}
55

    
56
// @mixin hook-base-h2(){}
57

    
58
// @mixin hook-base-h3(){}
59

    
60
// @mixin hook-base-h4(){}
61

    
62
// @mixin hook-base-h5(){}
63

    
64
// @mixin hook-base-h6(){}
65

    
66

    
67
// Horizontal rules
68
// ========================================================================
69

    
70
// @mixin hook-base-hr(){}
71

    
72

    
73
// Blockquotes
74
// ========================================================================
75

    
76

    
77

    
78

    
79

    
80

    
81
// Preformatted text
82
// ========================================================================
83

    
84

    
85

    
86

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

    
90
// @mixin hook-base-misc(){}
91

    
92

    
93
// Inverse
94
// ========================================================================
95

    
96
$inverse-base-blockquote-color:                 $inverse-global-emphasis-color !default;
97
$inverse-base-blockquote-footer-color:          $inverse-global-color !default;
98

    
99
// @mixin hook-inverse-base-link(){}
100
// @mixin hook-inverse-base-link-hover(){}
101

    
102

    
103

    
104
// @mixin hook-inverse-base-heading(){}
105

    
106
// @mixin hook-inverse-base-h1(){}
107
// @mixin hook-inverse-base-h2(){}
108
// @mixin hook-inverse-base-h3(){}
109
// @mixin hook-inverse-base-h4(){}
110
// @mixin hook-inverse-base-h5(){}
111
// @mixin hook-inverse-base-h6(){}
112

    
113

    
114

    
115

    
116
// @mixin hook-inverse-base-hr(){}
(9-9/59)