.app-comment-vote {
  display: flex;
  align-items: center;
}
.app-comment-vote > button {
  cursor: pointer;
  padding: 0;
  margin-right: 1em;
  color: var(--color-gray-600);
  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: var(--color-gray-700);
}
.app-comment-vote > button:active {
  color: var(--color-black);
}
.app-comment-vote__up.active {
  color: var(--color-success);
}
.app-comment-vote__down.active {
  color: var(--color-danger);
}
/*# sourceMappingURL=1e4c90a987d5b47973ef15b9a3a1452fbd08dbc5.comment-vote.scss.map */
