@import '@tuoyuan/arco/es/style/mixins/index.less';
@import '@tuoyuan/arco/es/dropdown/style/index.less';
@import '@tuoyuan/arco/es/popconfirm/style/index.less';

@btn-storage-prefix-cls: ~'@{prefix}-btn-storage';

.@{btn-storage-prefix-cls} {
  display: flex;

  &-more-content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: @dropdown-padding-vertical 0;
    background-color: @dropdown-color-bg;
    border: 1px solid @dropdown-color-border;
    border-radius: @dropdown-border-radius;
    box-shadow: @dropdown-box-shadow;
  }

  &-popup-arrow {
    z-index: 1;
    background-color: @popup-color-content-bg;
    border: @border-1 solid @popup-color-border;
  }
}
