/* projects/app/src/styles.scss */
.page-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-title .page-subtitle {
  font-size: 0.67em;
  font-weight: normal;
}
.fa-spinner {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flex-basis-0 {
  flex-basis: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
