Project

General

Profile

1 46812 stefanos.g
//
2
// Component: Comment
3
//
4
// ========================================================================
5
6
7
// Variables
8
// ========================================================================
9
10
//
11
// New
12
//
13
14
$comment-primary-padding:                        $global-gutter !default;
15
$comment-primary-background:                     $global-muted-background !default;
16
17
18
// Component
19
// ========================================================================
20
21
// @mixin hook-comment(){}
22
23
24
// Sections
25
// ========================================================================
26
27
// @mixin hook-comment-body(){}
28
29
// @mixin hook-comment-header(){}
30
31
32
// Title
33
// ========================================================================
34
35
// @mixin hook-comment-title(){}
36
37
38
// Meta
39
// ========================================================================
40
41
// @mixin hook-comment-meta(){}
42
43
44
// Avatar
45
// ========================================================================
46
47
// @mixin hook-comment-avatar(){}
48
49
50
// List
51
// ========================================================================
52
53
// @mixin hook-comment-list-adjacent(){}
54
55
// @mixin hook-comment-list-sub(){}
56
57
// @mixin hook-comment-list-sub-adjacent(){}
58
59
60
// Style modifier
61
// ========================================================================
62
63
64
65
66
// Miscellaneous
67
// ========================================================================
68
69
// @mixin hook-comment-misc(){}