| 1 |
:root { |
| 2 |
--e-global-color-primary: #FFD012; |
| 3 |
--e-global-color-secondary: #0B3665; |
| 4 |
} |
| 5 |
|
| 6 |
#reply-title { |
| 7 |
font-size: 24px; |
| 8 |
} |
| 9 |
|
| 10 |
@media (max-width: 767px) { |
| 11 |
.comments-area .comment-list li.comment .comment-body { |
| 12 |
padding-left: 0; |
| 13 |
} |
| 14 |
.comments-area .comment-list li.comment .comment-author img { |
| 15 |
float: none; |
| 16 |
position: relative; |
| 17 |
} |
| 18 |
.comment-author cite { |
| 19 |
display: block; |
| 20 |
} |
| 21 |
.comments-area .comment-list li.comment ol.children li { |
| 22 |
margin-left: 0; |
| 23 |
} |
| 24 |
} |
| 25 |
.comment-form-cookies-consent { |
| 26 |
font-size: 14px; |
| 27 |
} |
| 28 |
.comment-form-cookies-consent input[type=checkbox] { |
| 29 |
width: auto !important; |
| 30 |
} |
| 31 |
.comment-form-cookies-consent label { |
| 32 |
display: inline-block; |
| 33 |
}/*# sourceMappingURL=post-comments.css.map */ |