PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.2.1
Easy Elements for Elementor – Addons & Website Templates v1.2.1
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / post-comments / css / post-comments.css

post-comments.css in Easy Elements for Elementor – Addons & Website Templates 1.2.1, at widgets/post-comments/css/post-comments.css

39 lines 867 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 #comments .comment-form input, .eel-post-comments-widget #comments .comment-form textarea {
11 border: 1px solid #ddd;
12 border-radius: 0;
13 padding: 0.5rem 1rem;
14 }
15
16 @media (max-width: 767px) {
17 .comments-area .comment-list li.comment .comment-body {
18 padding-left: 0;
19 }
20 .comments-area .comment-list li.comment .comment-author img {
21 float: none;
22 position: relative;
23 }
24 .comment-author cite {
25 display: block;
26 }
27 .comments-area .comment-list li.comment ol.children li {
28 margin-left: 0;
29 }
30 }
31 .comment-form-cookies-consent {
32 font-size: 14px;
33 }
34 .comment-form-cookies-consent input[type=checkbox] {
35 width: auto !important;
36 }
37 .comment-form-cookies-consent label {
38 display: inline-block;
39 }