|
@@ -218,12 +218,10 @@ is passed all of the block attributes on the block definition in the template. *
|
|
|
|
|
|
.wp-block-post-comments form p {
|
|
|
--wp--custom--margin--vertical: var(--wp--custom--margin--baseline);
|
|
|
+ margin-top: var(--wp--custom--margin--baseline);
|
|
|
}
|
|
|
|
|
|
.wp-block-post-comments form input[type="submit"] {
|
|
|
- border-radius: var(--wp--custom--button--border--radius);
|
|
|
- cursor: pointer;
|
|
|
- font-size: var(--wp--preset--font-size--normal);
|
|
|
line-height: 1.5;
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
@@ -239,8 +237,7 @@ is passed all of the block attributes on the block definition in the template. *
|
|
|
|
|
|
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
|
|
|
.wp-block-post-comments form textarea {
|
|
|
- font-size: var(--wp--preset--font-size--small);
|
|
|
- width: 100%;
|
|
|
+ --wp--preset--font-size--normal: var(--wp--preset--font-size--small);
|
|
|
}
|
|
|
|
|
|
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]):focus,
|