@import '../../style/themes/index';
@import '../../style/mixins/index';

.@{ant-prefix}-iep-scroll-tabs {
  overflow: hidden;
  width: 100%;
  &-border-hide {
    .@{ant-prefix}-tabs-bar {
      border: none;
    }
  }
  .@{ant-prefix}-tabs {
    width: 100%;
    &-bar {
      margin: 0;
    }
    &-left-content {
      display: none;
    }
    &-tab {
      margin: 0 32px 0 0;
    }
    &-ink-bar {
      display: none !important;
    }
  }
  &-nav-no-animated {
    .@{ant-prefix}-tabs {
        &-nav {
           transition: unset !important;
        }
    }
  }
}
