.x-aside-heading-slim {
  @extend %py-3,
          %d-flex;
  justify-content: center;

  h6 {
    @extend %m-0,
            %cursor-pointer;
    color: theme-color('secondary');
    writing-mode: vertical-rl;
  }
}

