.gm-icon-down-up {
  transform: rotate(0deg);
  transition: 0.2s ease all;

  &.active {
    transform: rotate(180deg);
  }

  .gmDisabledWith();
}
