.app-comment-vote {
  display: flex;
  align-items: center;
}
.app-comment-vote > button {
  cursor: pointer;
  padding: 0;
  margin-right: 1em;
  color: #868e96;
  font-size: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: transparent;
  transition: 0.2s ease;
}
.app-comment-vote > button ion-icon {
  font-size: 1em;
}
.app-comment-vote > button span {
  margin-left: 0.25em;
}
.app-comment-vote > button:hover {
  color: #495057;
}
.app-comment-vote > button:active {
  color: black;
}
.app-comment-vote__up.active {
  color: #2ac558;
}
.app-comment-vote__down.active {
  color: #ff5a57;
}
/*# sourceMappingURL=cc08daa29349f061773de064c06f2338a6777371.comment-vote.scss.map */
