/**
 * @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(/proxy/https%3A%2F%2Fwww.cnil.fr%2Fcore%2Fmisc%2Ficons%2F787878%2Ftwistie-down.svg);
}
.tablesort--desc {
  background-image: url(/proxy/https%3A%2F%2Fwww.cnil.fr%2Fcore%2Fmisc%2Ficons%2F787878%2Ftwistie-up.svg);
}
