PageComment.module.scss 388 B

1234567891011121314151617181920212223
  1. @use '@growi/core/scss/bootstrap/init' as bs;
  2. .page-comment-styles :global {
  3. .page-comments {
  4. h4 {
  5. margin-bottom: 1em;
  6. }
  7. }
  8. // reply button
  9. .btn-comment-reply {
  10. margin-top: 0.5em;
  11. border: none;
  12. }
  13. // TODO: Refacotr Soft-coding
  14. .page-comment-button-skeleton {
  15. width: 70.0167px;
  16. height: 26.3833px;
  17. margin-top: 0.5em;
  18. border: none;
  19. }
  20. }