.view-menu-wrap {
  display: flex;
  flex-flow: column nowrap;

  .view-menu-item {
    &.selected {
      color: var(--menu-item-active-color);
      background-color: var(--menu-item-active-color-bg);
    }
  }
}

.toolbar-view-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  app-cmf-icon {
    transform: rotate(180deg);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;
  }
}
