//
// Comments
// --------------------------------------------------
.comment-list {
  @extend .no-bullet;
}

.comment-list ol {
  list-style: none;
}

.comment-form input[type="submit"] {
  @include button(false, $secondary-color, auto, $button-color, $button-fill);
}
