@import '../../styles/themes/index.less';
@import '../../styles/mixins/index.less';

@DropDown-caret-marginLeft: @gap-small;
@DropDown-menu-bg: var(--color-bg-2);
@DropDown-menu-borderColor: var(--color-border);
@DropDown-menu-borderRadius: @border-radius;
@DropDown-menu-borderWidth: @border-1;
@DropDown-menu-boxShadow: @shadow2-center;
@DropDown-menu-height: 34px;
@DropDown-menu-minWidth: 160px;
@DropDown-menu-paddingX: 0;
@DropDown-menu-paddingY: @gap-small;
@DropDown-menuItem-onHover-bg: var(--primary-1);
@DropDown-group-color: var(--color-text-3);
@DropDown-menuItem-color: var(--color-text-1);
@DropDown-menuItem-onHover-color: var(--primary-5);
@DropDown-menuItem-onActive-color: var(--primary-7);
@DropDown-menuItem-onDisabled-color: var(--color-text-3);
@DropDown-menuItem-paddingX: @gap-small;
@DropDown-menuItem-paddingY: calc(
  (@DropDown-menu-height - @font-size-small * @line-height-base) / 2
);
