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