|
@@ -408,41 +408,6 @@ p.has-background {
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
}
|
|
}
|
|
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form {
|
|
|
|
- display: grid;
|
|
|
|
- column-gap: 1em;
|
|
|
|
- grid-template-rows: auto;
|
|
|
|
- grid-template-areas: "notes notes" "author author" "email url" "comment comment" "cookies-consent cookies-consent" "form-submit form-submit";
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-notes {
|
|
|
|
- grid-area: notes;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-form-author {
|
|
|
|
- grid-area: author;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-form-email {
|
|
|
|
- grid-area: email;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-form-url {
|
|
|
|
- grid-area: url;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-form-comment {
|
|
|
|
- grid-area: comment;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .comment-form-cookies-consent {
|
|
|
|
- grid-area: cookies-consent;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body:not(.highlander-enabled) .wp-block-post-comments form .form-submit {
|
|
|
|
- grid-area: form-submit;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
|
|
.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
|
|
font-size: var(--wp--custom--form--label--typography--font-size);
|
|
font-size: var(--wp--custom--form--label--typography--font-size);
|
|
}
|
|
}
|
|
@@ -461,6 +426,13 @@ body:not(.highlander-enabled) .wp-block-post-comments form .form-submit {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-post-comments form {
|
|
|
|
+ display: grid;
|
|
|
|
+ column-gap: 1em;
|
|
|
|
+ grid-template-rows: auto;
|
|
|
|
+ grid-template-areas: "notes notes" "author author" "email url" "comment comment" "cookies-consent cookies-consent" "form-submit form-submit";
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
|
|
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
|
|
.wp-block-post-comments form textarea {
|
|
.wp-block-post-comments form textarea {
|
|
font-size: var(--wp--preset--font-size--normal);
|
|
font-size: var(--wp--preset--font-size--normal);
|
|
@@ -486,6 +458,34 @@ body:not(.highlander-enabled) .wp-block-post-comments form .form-submit {
|
|
margin-bottom: var(--wp--custom--margin--vertical);
|
|
margin-bottom: var(--wp--custom--margin--vertical);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-post-comments form .comment-notes {
|
|
|
|
+ grid-area: notes;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .comment-form-author {
|
|
|
|
+ grid-area: author;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .comment-form-email {
|
|
|
|
+ grid-area: email;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .comment-form-url {
|
|
|
|
+ grid-area: url;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .comment-form-comment {
|
|
|
|
+ grid-area: comment;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .comment-form-cookies-consent {
|
|
|
|
+ grid-area: cookies-consent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-post-comments form .form-submit {
|
|
|
|
+ grid-area: form-submit;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] {
|
|
.wp-block-post-comments form .comment-form-cookies-consent input[type="checkbox"] {
|
|
border: 0;
|
|
border: 0;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
clip: rect(1px, 1px, 1px, 1px);
|