@import '../commonStyle/index.less';

.@{prefix}-range-picker {
  &-right,
  &-left {
    .ant-picker-panel-container {
      display: flex;
    }

    .ant-picker-footer {
      min-width: 40px;
      flex: 1;
    }

    .ant-picker-ranges {
      display: flex;
      flex-direction: column;
    }

    .ant-picker-preset .ant-tag {
      margin-right: 0;
    }
  }

  &-left {
    .ant-picker-panel-container {
      flex-direction: row-reverse;
    }
  }
}
