@import '../../../../global/theme.less';
.sorter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 11px;
  margin-left: 3px;
  color: @t-legend-sorter;
  margin-top: -0.7em;
  margin-bottom: 0;

  .icon {
    transform: scale(0.66666667) rotate(0deg);
    line-height: 4px;
    height: 4px;
    transition: all 0.3s;
    position: relative;
    display: block;
    cursor: pointer;
    color: @t-legend-sorter !important;
  }

  .activeSort {
    color: @t-theme-color !important;
  }
}
