/**
 * @file
 * Tablesort indicator styles.
 */
.tablesort {
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  margin: 0.1rem 0 0 0.3rem;
}

.tablesort--asc,
.tablesort--desc {
  background-image: none;
}
.tablesort--asc:before,
.tablesort--desc:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
}

.tablesort--asc:before {
  content: "\f0d7";
}

.tablesort--desc:before {
  content: "\f0d8";
}
/*# sourceMappingURL=tablesort-indicator.css.map */
