/*
 * Copyright (c) 2010, 2023 BSI Business Systems Integration AG
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */
.profile-menu.menu-item > .icon {
  height: 26px;
  width: 26px;
  margin: -4px;

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

  border-radius: 50%;
  background: @profile-menu-icon-background;

  &.font-icon {
    color: @profile-menu-icon-color;
  }

  &.image-icon {
    object-fit: cover;
    max-height: 26px;
  }

  .context-menu > .menu-textandicon& {
    margin-right: 10px;
  }

  .desktop-tool-box-item& {
    height: @desktop-logo-height;
    width: @desktop-logo-height;
    margin: 0;
    #scout.drop-shadow(@y: 3px, @blur: 5px);

    font-size: 18px;

    .menu-textandicon& {
      margin-right: 8px;
    }

    &.image-icon {
      max-height: @desktop-logo-height;
    }
  }
}
