comment.scss 562 Bytes
.comments {
  .comment {
    margin: 20px;
    .date {
      @extend .text-muted;
      @extend .small;
      margin-left: 8px;
    }
    .title {
      font-weight: bold;
    }
    .media-left {
      min-width: 40px;
    }
    .media-body {
      padding: 0 10px 10px 10px;
    }
    noosfero-profile-image {
      img {
        height: 30px;
        width: 30px;
        max-width: 30px;
        display: inline-block;
        @extend .img-circle;
      }
      i {
        font-size: 1.7em;
      }
    }
    .comments {
      margin-left: 30px;
    }
  }
}