-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathclass-response.component.scss
More file actions
81 lines (67 loc) · 1.39 KB
/
class-response.component.scss
File metadata and controls
81 lines (67 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.class-response {
margin: 0 auto 16px;
&.mat-mdc-card {
padding: 0px;
}
.comments-header {
padding: 16px;
}
.post {
margin-top: 16px;
padding-left: 4px;
padding-right: 4px;
overflow-wrap: break-word;
}
.attachment {
max-width: 100%;
height: auto;
margin-top: 16px;
}
.comment-divider {
margin: 0px;
}
.comments {
padding-left: 16px;
padding-right: 16px;
max-height: 400px;
overflow-y: auto;
}
.comment {
padding-bottom: 16px;
overflow-wrap: break-word;
}
.mat-mdc-list-base .mat-mdc-list-item {
&.mat-2-line {
height: auto;
margin-bottom: 12px;
}
.mat-line {
white-space: normal;
}
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content {
align-items: flex-start;
}
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
&.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
padding-left: 8px;
[dir=rtl] & {
padding-right: 8px;
}
}
}
.new-reply {
padding: 16px;
}
.new-reply-input {
width: 100%;
border: 0 none;
overflow: hidden;
&:focus {
outline: none;
}
}
.mat-icon {
vertical-align: top;
}
}