_post-comments.scss 467 B

1234567891011121314151617181920212223
  1. .wp-block-comments-query-loop {
  2. form {
  3. label {
  4. font-size: var(--wp--custom--form--label--typography--font-size);
  5. font-weight: var(--wp--custom--form--label--typography--font-weight);
  6. letter-spacing: var(--wp--custom--form--label--typography--letter-spacing);
  7. }
  8. .comment-form-cookies-consent {
  9. input[type="checkbox"]#wp-comment-cookies-consent {
  10. margin-left: 0;
  11. margin-top: 1px;
  12. & + label {
  13. margin-left: 0;
  14. }
  15. }
  16. }
  17. }
  18. }