@import (reference) '../../style/common.less';
.umui-option-all-app {
  padding: 5px 12px;
  cursor: pointer;
  display: flex;
  &-icon {
    vertical-align: 1.6px;
    font-size: 14px;
    margin-right: 4px;
  }
}

.dropdown-app-select{
  .app-item {
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 8px;
    color: #6b798e;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    &:hover {
      background-color: #ebf2fd;
      color: #252934;
    }
    &.selected-app {
      background-color: #ebf2fd;
      color: #252934;
    }
    .app-name {
      margin-left: 6px;
      font-size: 14px;
    }
  }
}
