<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @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(../../../../misc/icons/787878/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(../../../../misc/icons/787878/twistie-up.svg);
}
</pre></body></html>