_comment_crowi-plus.scss 499 B

1234567891011121314151617181920212223242526272829
  1. .crowi-plus.main-container {
  2. .page-comments-row {
  3. margin: 30px 16px;
  4. }
  5. .page-comments {
  6. border-top: 3px solid #f0f0f0;
  7. }
  8. .page-comment {
  9. position: relative;
  10. // ユーザーアイコン
  11. .picture.picture-rounded{
  12. position: absolute;
  13. top: 1em;
  14. }
  15. // コメントセクション
  16. .page-comment-main{
  17. margin-left: 2.5em;
  18. margin-bottom: 1em;
  19. }
  20. }
  21. // コメント入力フォーム
  22. .comment-write{
  23. margin-bottom: 1em;
  24. }
  25. }