| 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 |
.eel-post-comments-widget input, .eel-post-comments-widget textarea { |
| 11 |
border: 1px solid #ddd; |
| 12 |
border-radius: 5px; |
| 13 |
padding: 0.5rem 1rem; |
| 14 |
outline: none; |
| 15 |
} |
| 16 |
|
| 17 |
.eel-post-comments-widget label { |
| 18 |
margin-bottom: 12px; |
| 19 |
} |
| 20 |
|
| 21 |
#comments .comment-metadata, #comments .reply { |
| 22 |
font-size: 14px; |
| 23 |
} |
| 24 |
|
| 25 |
.comment-reply-link { |
| 26 |
font-weight: 600; |
| 27 |
} |
| 28 |
|
| 29 |
@media (max-width: 767px) { |
| 30 |
.comments-area .comment-list li.comment .comment-body { |
| 31 |
padding-left: 0; |
| 32 |
} |
| 33 |
.comments-area .comment-list li.comment .comment-author img { |
| 34 |
float: none; |
| 35 |
position: relative; |
| 36 |
} |
| 37 |
.comment-author cite { |
| 38 |
display: block; |
| 39 |
} |
| 40 |
.comments-area .comment-list li.comment ol.children li { |
| 41 |
margin-left: 0; |
| 42 |
} |
| 43 |
} |
| 44 |
.comment-form-cookies-consent { |
| 45 |
font-size: 14px; |
| 46 |
} |
| 47 |
.comment-form-cookies-consent input[type=checkbox] { |
| 48 |
width: auto !important; |
| 49 |
position: relative; |
| 50 |
margin-left: 0; |
| 51 |
} |
| 52 |
.comment-form-cookies-consent label { |
| 53 |
display: inline-block; |
| 54 |
} |
| 55 |
|
| 56 |
.comment-form-cookies-consent label { |
| 57 |
display: inline-block !important; |
| 58 |
margin-bottom: 5px; |
| 59 |
} |
| 60 |
|
| 61 |
.eel-post-comments-widget label { |
| 62 |
display: none; |
| 63 |
} |
| 64 |
|
| 65 |
.eel-post-comments-widget.label--yes label { |
| 66 |
display: block; |
| 67 |
} |