UNPKG

750 BSCSSView Raw
1.wp-block-latest-comments__comment {
2 font-size: 15px;
3 line-height: 1.1;
4 list-style: none;
5 margin-bottom: 1em;
6
7 .has-avatars & {
8 min-height: 36px;
9 list-style: none;
10
11 .wp-block-latest-comments__comment-meta,
12 .wp-block-latest-comments__comment-excerpt {
13 margin-left: 52px;
14 }
15 }
16
17 .has-dates &,
18 .has-excerpts & {
19 line-height: 1.5;
20 }
21}
22
23.wp-block-latest-comments__comment-excerpt p {
24 font-size: 14px;
25 line-height: 1.8;
26 margin: 5px 0 20px;
27}
28
29.wp-block-latest-comments__comment-date {
30 color: $dark-gray-100;
31 display: block;
32 font-size: 12px;
33}
34
35.wp-block-latest-comments .avatar,
36.wp-block-latest-comments__comment-avatar {
37 border-radius: 24px;
38 display: block;
39 float: left;
40 height: 40px;
41 margin-right: 12px;
42 width: 40px;
43}