|
@@ -140,6 +140,10 @@
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--text);
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--text);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-post-comments .comment-reply-title {
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-post-comments form {
|
|
.wp-block-post-comments form {
|
|
display: grid;
|
|
display: grid;
|
|
-moz-column-gap: 1.2em;
|
|
-moz-column-gap: 1.2em;
|
|
@@ -188,6 +192,10 @@
|
|
grid-area: comment;
|
|
grid-area: comment;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-post-comments form .comment-form-comment textarea {
|
|
|
|
+ vertical-align: top;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-post-comments form .comment-form-cookies-consent {
|
|
.wp-block-post-comments form .comment-form-cookies-consent {
|
|
grid-area: cookies-consent;
|
|
grid-area: cookies-consent;
|
|
}
|
|
}
|