/* src/styles.scss */
.link {
  background-color: blue;
}
.link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.elipses {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

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