@use "./mixins";

.layout-vertical-nav .nav-group-arrow {
  @include mixins.rtl {
    transform: rotate(180deg);
  }
}
