/* Source and licensing information for the line(s) below can be found at https://www.autoservice-audi.ru/themes/contrib/bootstrap/css/components/tablesort-indicator.css. */
/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}

.tablesort--asc {
  background-image: url(/core/misc/icons/ffffff/twistie-down.svg);
}

.tablesort--desc {
  background-image: url(/core/misc/icons/ffffff/twistie-up.svg);
}

/* Source and licensing information for the above line(s) can be found at https://www.autoservice-audi.ru/themes/contrib/bootstrap/css/components/tablesort-indicator.css. */