.app-article-vote > button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 0.75rem 1rem;
  margin-right: 0.5rem;
  color: #868e96;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e9ecef;
  outline: none;
  border-radius: 6px;
  background-color: transparent;
  transition: 0.2s ease;
}
.app-article-vote > button ion-icon {
  font-size: 1.3rem;
}
.app-article-vote > button span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 0.25rem;
}
.app-article-vote > button:hover {
  color: white;
  background-color: #13ce66;
  outline: none;
}
.app-article-vote > button:active {
  color: white;
  background-color: #13ce66;
  outline: none;
}
.app-article-vote__up.active {
  color: white !important;
  background-color: #13ce66 !important;
  outline: none;
}
.app-article-vote__down.active {
  color: #ff5a57 !important;
  outline: none;
}
/*# sourceMappingURL=5f2e2c95cb655dfbb60dc667563ed8ea1766e926.article-vote.scss.map */
