| 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 |
} |
| 16 |
|
| 17 |
.eel-post-comments-widget label{ |
| 18 |
margin-bottom: 12px; |
| 19 |
} |
| 20 |
|
| 21 |
@media (max-width: 767px) { |
| 22 |
.comments-area .comment-list li.comment .comment-body { |
| 23 |
padding-left: 0; |
| 24 |
} |
| 25 |
|
| 26 |
.comments-area .comment-list li.comment .comment-author img { |
| 27 |
float: none; |
| 28 |
position: relative; |
| 29 |
} |
| 30 |
.comment-author cite{ |
| 31 |
display: block; |
| 32 |
} |
| 33 |
.comments-area .comment-list li.comment ol.children li { |
| 34 |
margin-left: 0; |
| 35 |
} |
| 36 |
} |
| 37 |
|
| 38 |
.comment-form-cookies-consent{ |
| 39 |
font-size: 14px; |
| 40 |
input[type="checkbox"]="checkbox""]{ |
| 41 |
width: auto !important; |
| 42 |
} |
| 43 |
label{ |
| 44 |
display: inline-block; |
| 45 |
} |
| 46 |
} |