/**
 * @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/c95966dd6a0cbfb56c79.svg');
}
.tablesort--desc {
  background-image: url('/_assets/f9699ecaaf26aa11ae2c.svg');
}
