.app-link {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  color: #868e96;
  color: var(--color-gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-link > ion-icon {
  font-size: 16px;
}
.app-link:hover {
  color: #b1bad3;
  text-decoration: none !important;
  outline: none;
}
.app-link:focus {
  outline: none;
}
.app-link.app-primary {
  color: #b1bad3;
}
.app-link.app-primary:hover {
  color: #9fa7be;
}
.app-link.app-primary:hover {
  color: #8e95a9;
}
/*# sourceMappingURL=387fc08993223ced60d03639cb5510f5a3eb3c7e.link.scss.map */
