Project

General

Profile

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

    
6

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

    
10
//
11
// New
12
//
13

    
14
@comment-primary-padding:                       @global-gutter;
15
@comment-primary-background:                    @global-muted-background;
16

    
17

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

    
21
.hook-comment() {}
22

    
23

    
24
// Sections
25
// ========================================================================
26

    
27
.hook-comment-body() {}
28

    
29
.hook-comment-header() {}
30

    
31

    
32
// Title
33
// ========================================================================
34

    
35
.hook-comment-title() {}
36

    
37

    
38
// Meta
39
// ========================================================================
40

    
41
.hook-comment-meta() {}
42

    
43

    
44
// Avatar
45
// ========================================================================
46

    
47
.hook-comment-avatar() {}
48

    
49

    
50
// List
51
// ========================================================================
52

    
53
.hook-comment-list-adjacent() {}
54

    
55
.hook-comment-list-sub() {}
56

    
57
.hook-comment-list-sub-adjacent() {}
58

    
59

    
60
// Style modifier
61
// ========================================================================
62

    
63
.hook-comment-primary() {
64
    padding: @comment-primary-padding;
65
    background-color: @comment-primary-background;
66
}
67

    
68

    
69
// Miscellaneous
70
// ========================================================================
71

    
72
.hook-comment-misc() {}
(15-15/59)