@import (reference) "../theme/variables/antdVariables.less";
@dropdownCls: dropdown;

.ued-@{dropdownCls}-wrap {
  width: auto;
  .@{ant-prefix}-btn-icon-only {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.@{ant-prefix}-dropdown-menu-item:hover {
  background-color: @dropdown-hover-bg;
}

.@{ant-prefix}-dropdown-menu-submenu-popup li, 
.@{ant-prefix}-dropdown-menu-submenu-popup ul,
.@{ant-prefix}-dropdown-menu-submenu-title,
.@{ant-prefix}-dropdown {
    min-width: 128px;
    max-width: 30vw;
}

.@{ant-prefix}-dropdown-menu-submenu-title,
.@{ant-prefix}-dropdown-menu-title-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.@{ant-prefix}-btn-compact-last-item:not(.@{ant-prefix}-btn-compact-first-item):not(.@{ant-prefix}-btn-compact-item-rtl) {
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .@{ant-prefix}-btn-icon-only.@{ant-prefix}-btn-sm,
 .@{ant-prefix}-btn-sm {
  height: 28px;
}

.@{ant-prefix}-btn-icon-only.@{ant-prefix}-btn-lg,
.@{ant-prefix}-btn-lg {
  height: 36px;
  padding: 0 15px;
}

