/**
 * @file
 * Table sort indicator.
 *
 * @see tablesort-indicator.html.twig
 */

.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.tablesort--asc {
  background-image: url('/_assets/79e938b54ba78de01120.svg');
}
.tablesort--desc {
  background-image: url('/_assets/63308b87fd1cb15e5b5a.svg');
}
