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