aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.scss
blob: 7e1a32f480c5d034e28d4a2753c5c3e3bd243c1e (plain) (tree)





































                              
@import '_variables';
@import '_mixins';

.comment {
  font-size: 15px;
  margin-top: 30px;

  .comment-account-date {
    display: flex;
    margin-bottom: 4px;

    .comment-account {
      font-weight: $font-bold;
    }

    .comment-date {
      color: #585858;
      margin-left: 10px;
    }
  }

  .comment-actions {
    margin: 10px 0;

    .comment-action-reply {
      color: #585858;
      cursor: pointer;
    }
  }
}

.children {
  margin-left: 20px;

  .comment {
    margin-top: 15px;
  }
}