PageComment.module.scss 184 B

12345678910111213
  1. .page-comment-styles :global {
  2. .page-comments {
  3. h4 {
  4. margin-bottom: 1em;
  5. }
  6. }
  7. // reply button
  8. .btn-comment-reply {
  9. margin-top: 0.5em;
  10. border: none;
  11. }
  12. }