// @import '../../../node_modules/antd/es/style/core/motion.less';
@import '../../../node_modules/antd/es/drawer/style/index.less';
@import '../../style/default.less';

@drawer-prefix-cls: ~'@{ant-prefix}-drawer';
@picker-prefix-cls: ~'@{ant-prefix}-picker';
@drawer-animation-ease: @ease-out-quint;

.@{drawer-prefix-cls} {
  &-title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  &-close {
    order: 2;
    margin-right: 0;
  }
}