.al-article-vote {
  margin-right: 0.5rem;
}
.al-article-vote > button {
  cursor: pointer;
  color: #868e96;
  font-size: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  transition: 0.2s ease;
}
.al-article-vote > button ion-icon {
  font-size: 1em;
}
.al-article-vote > button span {
  margin-left: 0.25em;
}
.al-article-vote > button:hover {
  color: #495057;
}
.al-article-vote > button:active {
  color: black;
}
.al-article-vote__up.active {
  color: #13ce66 !important;
}
.al-article-vote__down.active {
  color: #ff5a57 !important;
}
/*# sourceMappingURL=fcfc11fb2971ba3e1df0dedd7a3ca95b839a60ba.article-vote.scss.map */
